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


Paolo Carlini wrote:
> 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,

Thanks for this tip, though I can't say it's convenient way.
In most cases, I (users of my software) can't do anything
with libstdc++.

Cheer
-- 
Mateusz Loskot
http://mateusz.loskot.net


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