std_cwctype.h: Include std_cwchar.h for wint_t.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 4 Jan 2001 21:57:30 +0000 (21:57 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 4 Jan 2001 21:57:30 +0000 (21:57 +0000)
commite9049f5741d04553d9a5de0ddc003c05048ee823
tree55de61fb29898df5b674a4f54a4c159fecd85105
parent2be510b87745ef8f57b584fdff4a2805783b3de7
std_cwctype.h: Include std_cwchar.h for wint_t.

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.

From-SVN: r38693
libstdc++-v3/testsuite/17_intro/header_cwctype.cc [new file with mode: 0644]