This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [patch] Apply recent DRs resolutions to libstdc++


I looks like there were a couple
#ifdef __GXX_EXPERIMENTAL_CXX0X__
in the patch.  I think you want to change these to 
#if __cplusplus >= 201103L

?

Regards,

Ed


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