Libstdc ++ new standard library maintains support table

Is there a table that indicates new standards (11 and 14) to support previous releases of GNU libstdc ++?

I found such a table for the compiler and for the current state of the lib .

But how can I tell if gcc supports version 4.6 std::queue::emplace

and std::result_of_t

.

0


source to share


1 answer


The guides for old versions of the library are linked from https://gcc.gnu.org/onlinedocs , and the changes in each version are listed in the release notes eg. https://gcc.gnu.org/gcc-4.6/changes.html



+3


source







All Articles