c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define so library is compliant.
authorJeffrey Oldham <oldham@codesourcery.com>
Fri, 16 Feb 2001 02:38:35 +0000 (02:38 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 16 Feb 2001 02:38:35 +0000 (02:38 +0000)
2001-02-14  Jeffrey Oldham  <oldham@codesourcery.com>

        * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS):
        Define so library is compliant.

From-SVN: r39741

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config

index e6bc02a02e561100e75d9b3a619e5633e8269a35..e4b3dff440d8ad9d7346374ad5800e4645a993ba 100644 (file)
@@ -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
index d47ce42502858e0c28eeb9647b7b6dbaa830ed05..17263b1a1eea995f3d8f34c8c114a4f948ac0843 100644 (file)
@@ -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