summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/char_traits.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Add #pragma system_header to header files.gdr2001-02-191-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39896 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-16 Greg Bumgardner <bumgard@roguewave.com>bkoz2001-02-171-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | libstdc++/1734 * include/bits/std_ostream.h: Replaced usage of _Traits::_S_eos() with _CharT() as per section 17.2.2.1.3. * include/bits/char_traits.h: Removed non-standard methods that cannot be used elsewhere. libstdc++/1885 * include/bits/basic_ios.h: Uncommented #include of bits/basic_ios.tcc libstdc++/1897 * include/bits/codecvt.h: See next... * include/bits/fstream.tcc: See next... * include/bits/ostream.tcc: Add __extension__ to variable-length arrays. libstdc++/1967 * include/bits/localefwd.h: Changed int counter type to size_t. libstdc++/1968 * include/bits/std_fstream.h: Added typedef for __ctype_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39802 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-11 Gabriel Dos Reis <gdr@codesourcery.com>gdr2001-02-111-1/+1
| | | | | | | | | | * include/bits/char_traits.h char_traits<char>::int_type: Change to `int' to match 21.1.3.1/2. * testsuite/21_strings/char_traits-int_type.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39581 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-12 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-01-121-2/+3
| | | | | | | | | | * include/bits/basic_string.h (_S_find(const _CharT* __beg, const _CharT* __end, _CharT __c): Remove. * include/bits/basic_string.tcc: Substitute traits::find for _S_find. * include/bits/char_traits.h: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38961 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-05 Benjamin Kosnik <bkoz@cygnus.com>bkoz2000-10-051-0/+307
* include: New directory. * include/backward: New directory. * include/bits: New directory. * include/ext: New directory. * include/std: New directory. * include/*/*: Populate. * src/complex.cc: Adjust include of mathconf. * mkc++config (BASE_H): Add include. * src/Makefile.am: Support for topleve sources include directory. (INCLUDES): Add LIBMATH_INCLUDE. * src/Makefile.in: Regenerate. * math/Makefile.am (INCLUDES): Append /include. * math/Makefile.in: Regenerate. * libio/Makefile.am (INCLUDES): Add glibcpp_includedir. * libio/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36723 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud