aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJeffrey Oldham <oldham@codesourcery.com>2001-02-16 02:38:35 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2001-02-16 02:38:35 +0000
commite4df3e482decc7cc999add8dde652f6f5faa4a7e (patch)
treebdb9d1a1dfecc16366cd752a7754c7095838e60a /libstdc++-v3
parenta8b94b40ad12c083ae9338328e2aacf017211e5d (diff)
downloadgcc-e4df3e482decc7cc999add8dde652f6f5faa4a7e.zip
gcc-e4df3e482decc7cc999add8dde652f6f5faa4a7e.tar.gz
gcc-e4df3e482decc7cc999add8dde652f6f5faa4a7e.tar.bz2
c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define so library is compliant.
2001-02-14 Jeffrey Oldham <oldham@codesourcery.com> * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define so library is compliant. From-SVN: r39741
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/c++config2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e6bc02a..e4b3dff 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-14 Jeffrey Oldham <oldham@codesourcery.com>
+
+ * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS):
+ Define so library is compliant.
+
2001-02-15 Anthony Green <green@redhat.com>
* acinclude.m4 (glibcpp_toolexeclibdir): Fix test for cross
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index d47ce42..17263b1 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -47,7 +47,7 @@
// types. For the io library, this means that larger, out-of-line
// member functions are only declared, and definitions are not parsed
// by the compiler, but instead instantiated into the library binary.
-//#define _GLIBCPP_FULLY_COMPLIANT_HEADERS 1
+#define _GLIBCPP_FULLY_COMPLIANT_HEADERS 1
// To enable older, ARM-style iostreams and other anachronisms use this.
//#define _GLIBCPP_DEPRECATED 1