This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ vs. AIX -ansi


> 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]