diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 05:39:47 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 05:39:47 +0000 |
| commit | 2288fcc2ded50df6a8caa56e6b2cd4ab420685d3 (patch) | |
| tree | e198f26b57639bdd131041ab543ed13657219169 | |
| parent | 5b8763c446cbadbfea2634a663dc91140bdc9d03 (diff) | |
| download | ppe42-gcc-2288fcc2ded50df6a8caa56e6b2cd4ab420685d3.tar.gz ppe42-gcc-2288fcc2ded50df6a8caa56e6b2cd4ab420685d3.zip | |
2001-02-15 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Revert.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39747 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 71edd6af3c6..ecfa31197e7 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 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 |

