diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-20 06:26:27 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-20 06:26:27 +0000 |
commit | e5ed2269ab6bb2b329353fa3e9d17064aba9d06e (patch) | |
tree | 8947d353e94e069f407dc793b088a3411ca30b80 /libstdc++-v3/include/bits/char_traits.h | |
parent | e992edaceee4d4501d588bc7da2fb289c6a9a7ab (diff) | |
download | ppe42-gcc-e5ed2269ab6bb2b329353fa3e9d17064aba9d06e.tar.gz ppe42-gcc-e5ed2269ab6bb2b329353fa3e9d17064aba9d06e.zip |
2002-07-20 Phil Edwards <pme@gcc.gnu.org>
* docs/html/abi.txt: New file.
* docs/html/23_containers/howto.html: Tweak vector-overhead text.
* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
Import from upstream, R22.
* include/bits/char_traits.h, include/bits/stl_iterator.h,
include/bits/stl_iterator_base_types.h, libsupc++/exception,
libsupc++/new, libsupc++/typeinfo: Use @brief markup.
* include/bits/deque.tcc, include/bits/stl_alloc.h,
include/bits/stl_deque.h, include/bits/stl_list.h: Postpone removal
of deprecated functions until 3.4. (Same timeframe, different text.)
* include/bits/stl_vector.h: Ditto. Also do the same cleanups that
the other sequence classes received.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/char_traits.h')
-rw-r--r-- | libstdc++-v3/include/bits/char_traits.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/char_traits.h b/libstdc++-v3/include/bits/char_traits.h index 7d14838ab26..48ca669afc4 100644 --- a/libstdc++-v3/include/bits/char_traits.h +++ b/libstdc++-v3/include/bits/char_traits.h @@ -46,9 +46,13 @@ namespace std { - /// 21.1.2 Basis for explicit _Traits specialization - /// NB: That for any given actual character type this definition is - /// probably wrong. + // 21.1.2 + /** + * @brief Basis for explicit traits specializations. + * + * @note For any given actual character type, this definition is + * probably wrong. + */ template<class _CharT> struct char_traits { |