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: std::isinfinite


Mateusz Loskot wrote:

Also, what's the best practice to avoid C99 extensions from
GCC/libstdc++, when compiling C++ portable code / C++ standard compliant.


Building with --disable-c99 should help. For details, see the documentation:

http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html

Paolo.


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