]> git.ipfire.org Git - thirdparty/gcc.git/commit
2001-01-03 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Jan 2001 21:57:30 +0000 (21:57 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Jan 2001 21:57:30 +0000 (21:57 +0000)
commit6c2a47d66dfc8055612c65de27fa69c664136564
tree55de61fb29898df5b674a4f54a4c159fecd85105
parent2f6aecaf9cd4c85c9e8a297e0878f0af6018bed8
2001-01-03  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_std/bits/std_cwctype.h: Include std_cwchar.h for wint_t.
* testsuite/17_intro/header_cwctype.cc (main): New file.

* src/Makefile.am (base_headers): Change.
* include/bits/std_string.h: And here.
* include/bits/string.tcc: Tweaks, move to...
* include/bits/basic_string.tcc: ...Here.
* src/string-inst.cc: Simplify, just instantiate the whole class,
not member-by-member.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38693 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/testsuite/17_intro/header_cwctype.cc [new file with mode: 0644]