mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 21:33:59 +08:00
c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define so library is compliant.
2001-02-14 Jeffrey Oldham <oldham@codesourcery.com> * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Define so library is compliant. From-SVN: r39741
This commit is contained in:
parent
a8b94b40ad
commit
e4df3e482d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user