[Bug libstdc++/1773] __cplusplus defined to 1, should be 199711L
gdr at integrable-solutions dot net
gcc-bugzilla@gcc.gnu.org
Sun Aug 3 20:31:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
------- Additional Comments From gdr at integrable-solutions dot net 2003-08-03 20:31 -------
Subject: Re: __cplusplus defined to 1, should be 199711L
"neroden at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| The headers in category 3 are precisely the sort of thing which
| fixincludes is *supposed* to fix. For starters, it wouldn't be very
| hard to kill off everything inside their #if __cplusplus >= 199711L
| clauses using fixincludes (perhaps by replacing it with #if
| __DUMMY_BLAH_BLAH_BLAH >= 199711L).
In fact, we would not like to kill those fine things. We just need to
revise our logic for those headers.
-- Gaby
More information about the Gcc-bugs
mailing list