std::isinfinite

Paolo Carlini pcarlini@suse.de
Sat Sep 30 18:51:00 GMT 2006


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.



More information about the Libstdc++ mailing list