C++ vs. AIX -ansi
Mike Stump
mrs@windriver.com
Tue Feb 6 05:09:00 GMT 2001
> To: David Edelsohn <dje@watson.ibm.com>
> Cc: gcc@gcc.gnu.org, libstdc++@gcc.gnu.org
> From: Mark Mitchell <mark@codesourcery.com>
> Date: Mon, 05 Feb 2001 22:27:51 -0800
> Thoughts?
If someone likes to go fishing, here is a can of worms. :-)
If g++ needs certain features of the library, then it should turn on
the #define's itself on those platforms. If it does it, then it will
be early enough.
Also, one could autoconf the existence of this type of bizarreness and
automagically include the #define. This could even be done in the
library with a forwarding #include that merely #defines the right
thing, and then #include_next's the real header.
More information about the Gcc
mailing list