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.