diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-02-16 05:39:47 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-02-16 05:39:47 +0000 |
commit | 63100912b7244736f7b30501ac0d24f4f32a72de (patch) | |
tree | e198f26b57639bdd131041ab543ed13657219169 | |
parent | 3ade9bbaad89deb94535744750ac83091c7a2d23 (diff) | |
download | gcc-63100912b7244736f7b30501ac0d24f4f32a72de.zip gcc-63100912b7244736f7b30501ac0d24f4f32a72de.tar.gz gcc-63100912b7244736f7b30501ac0d24f4f32a72de.tar.bz2 |
c++config: Revert.
2001-02-15 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Revert.
From-SVN: r39747
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71edd6a..ecfa311 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-02-15 Benjamin Kosnik <bkoz@redhat.com> + + * include/bits/c++config: Revert. + 2001-02-15 Mark Mitchell <mark@codesourcery.com> * 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 17263b1..c76ce2d 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 |