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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -