OSDN Git Service

* /include/bits/char_traits.h (class char_traits): Put all the
authoraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2003 05:32:23 +0000 (05:32 +0000)
committeraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jul 2003 05:32:23 +0000 (05:32 +0000)
commit4b7f0943a248a88ce11c339ac4eefcab186dfe5b
treedaafc5fbd41b3216271b3bd59a964e539d218bd9
parentfbe19f6565b6ce56c2075f92f96a6a9f43125f32
* /include/bits/char_traits.h (class char_traits): Put all the
real work into the new class template __gnu_cxx::char_traits.
Gave generic definitions for member functions.  Types are taken
from the new class template __gnu_cxx::_Char_types.
* testsuite/21_strings/char_traits/requirements/short/1.cc: New
file.  Test of std::char_traits<short>, which serves as a test of
the char_traits primary template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69772 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/char_traits.h
libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc [new file with mode: 0644]