-
- Downloads
"README" did not exist on "a1c8363da4298ff7810ec10eb434ed74d38e2be4"
char_traits.h (class char_traits): Put all the real work into the new class...
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
Showing
- libstdc++-v3/ChangeLog 10 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/char_traits.h 154 additions, 37 deletionslibstdc++-v3/include/bits/char_traits.h
- libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc 172 additions, 0 deletions.../testsuite/21_strings/char_traits/requirements/short/1.cc
Loading
Please register or sign in to comment