aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/README
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2004-09-28 08:58:35 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-09-28 08:58:35 +0000
commit1165dc50e84972ea884e0ef09d1910bc7e67e7b6 (patch)
treefe9f9478f385cf8aab10cefbd3f478cef7e1fa0e /libstdc++-v3/README
parenta3a0fc7f894bd9b82c23c78f5a1fbdae8bc3c04f (diff)
downloadgcc-1165dc50e84972ea884e0ef09d1910bc7e67e7b6.zip
gcc-1165dc50e84972ea884e0ef09d1910bc7e67e7b6.tar.gz
gcc-1165dc50e84972ea884e0ef09d1910bc7e67e7b6.tar.bz2
[multiple changes]
2004-09-28 Paolo Carlini <pcarlini@suse.de> PR libstdc++/16612 * include/bits/basic_string.h (_M_dispose, _M_refcopy, basic_string()): When _GLIBCXX_FULLY_DYNAMIC_STRING is defined, don't deal with _S_empty_rep. * include/bits/basic_string.tcc (_S_construct, _M_destroy, _M_leak_hard, _M_mutate): Likewise. * acinclude.m4 (GLIBCXX_ENABLE_FULLY_DYNAMIC_STRING): New. * acconfig.h: Add corresponding undef. * configure.ac: Use GLIBCXX_ENABLE_FULLY_DYNAMIC_STRING. * docs/html/configopts.html: Document --enable-fully-dynamic-string. * configure: Regenerate. * config.h.in: Likewise. 2004-09-28 Benjamin Kosnik <bkoz@redhat.com> Paolo Carlini <pcarlini@suse.de> * testsuite/21_strings/basic_string/operations/char/1.cc: New. * testsuite/21_strings/basic_string/operations/wchar_t/1.cc: New. * testsuite/21_strings/basic_string/element_access/char/empty.cc: New. * testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc: New. 2004-09-28 Paolo Carlini <pcarlini@suse.de> * README: Remove obsolete entry about include/c_shadow. From-SVN: r88225
Diffstat (limited to 'libstdc++-v3/README')
-rw-r--r--libstdc++-v3/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libstdc++-v3/README b/libstdc++-v3/README
index 6844909..1064095 100644
--- a/libstdc++-v3/README
+++ b/libstdc++-v3/README
@@ -35,13 +35,6 @@ It has subdirectories:
names into the std:: namespace.
[NB: this is the default, and is the same as --enable-cheaders=c_std]
- include/c_shadow
- Headers intended to shadow standard C headers provided by an
- underlying OS or C library, and other headers depended on directly
- by C++ headers (e.g. unistd.h). These are meant to wrap the names
- defined there into the _C_legacy namespace.
- [NB: this can be enabled via --enable-cheaders=c_shadow]
-
include/bits
Files included by standard headers and by other files in
the bits directory.