diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 02:38:35 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 02:38:35 +0000 |
commit | 0c2ced2a9334fc69af2c3e605a253714e3e2f2e7 (patch) | |
tree | bdb9d1a1dfecc16366cd752a7754c7095838e60a | |
parent | a0a20191c504bfa45874bbd66f7c13a23d2c9434 (diff) | |
download | gcc-0c2ced2a9334fc69af2c3e605a253714e3e2f2e7.tar.gz |
2001-02-14 Jeffrey Oldham <oldham@codesourcery.com>
* include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS):
Define so library is compliant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39741 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e6bc02a02e5..e4b3dff440d 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 d47ce425028..17263b1a1ee 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 |