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] cleanup testsuite for newlib targets



#ifdef __GXX_EXPERIMENTAL_CXX0X__
#include <cfenv>
#else
#include_next <fenv.h>
#endif

Yes.


It looks like this will meet TR1 1.3p3.

Please do it consistently for new c_compatibilty includes for C++0x.

best,
benjamin




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