From 63100912b7244736f7b30501ac0d24f4f32a72de Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 16 Feb 2001 05:39:47 +0000 Subject: [PATCH] c++config: Revert. 2001-02-15 Benjamin Kosnik * include/bits/c++config: Revert. From-SVN: r39747 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/c++config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71edd6af3c6..ecfa31197e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-02-15 Benjamin Kosnik + + * include/bits/c++config: Revert. + 2001-02-15 Mark Mitchell * include/bits/istream.tcc: Use ios_base::iostate in place of diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 17263b1a1ee..c76ce2dac76 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 -- 2.30.2