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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -