char_traits.h (class char_traits): Put all the real work into the new class template...
authorMatt Austern <austern@apple.com>
Fri, 25 Jul 2003 05:32:23 +0000 (05:32 +0000)
committerMatt Austern <austern@gcc.gnu.org>
Fri, 25 Jul 2003 05:32:23 +0000 (05:32 +0000)
commitd5ff4e3f11063acc36318f0c7a6dd9643679c92f
treedaafc5fbd41b3216271b3bd59a964e539d218bd9
parentb3179b0d5148aabc9635eee8759e8057518cef83
char_traits.h (class char_traits): Put all the real work into the new class template __gnu_cxx::char_traits.

* /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.

From-SVN: r69772
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]