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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Handle different versions of Solaris 8 <iso/math_iso.h>, <iso/stdlib_iso.h>


Hi Paolo,

>> Ok for mainline if bootstraps pass?
> Not a comment strictly about this patch, but why we have things like #if
> __cplusplus >= 199711L anywhere? For sure the library is not supposed to be
> used together with old C++ front-ends.

I thought about this myself, but at least the overloads are only present
with __cplusplus >= 199711L.  I think it's best to match this to avoid
strange problems if a user plays strange games with __cplusplus.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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