c++ - libstdc++ new standard library features support table -
is there table specifies new standards (11 , 14) support previous releases of gnu libstdc++?
i found such table compiler , current lib state.
but how can determinate if gcc version 4.6 supports std::queue::emplace
, std::result_of_t
.
the manuals old versions of library linked https://gcc.gnu.org/onlinedocs , changes in each version listed in release notes e.g. https://gcc.gnu.org/gcc-4.6/changes.html
Comments
Post a Comment