简体   繁体   English

libstdc ++新标准库功能支持表

[英]libstdc++ new standard library features support table

Is there a table which specifies the new standards (11 and 14) support for previous releases of GNU libstdc++? 是否有一张表指定了对GNU libstdc ++ 以前版本的新标准(11和14)支持?

I found such table for compiler and for current lib state . 我找到了用于编译器当前lib状态的表

But how can I determinate if gcc version 4.6 supports std::queue::emplace and std::result_of_t . 但是,如何确定gcc 4.6版是否支持std::queue::emplacestd::result_of_t

The manuals for old versions of the library are all linked from https://gcc.gnu.org/onlinedocs and changes in each version are listed in the release notes eg https://gcc.gnu.org/gcc-4.6/changes.html 库的旧版本的手册都通过https://gcc.gnu.org/onlinedocs链接,发行说明中列出了每个版本的更改,例如https://gcc.gnu.org/gcc-4.6/changes .html

In the latest version of the C++17 status docs , we now also list the version where the feature was introduced. 在最新版本的C ++ 17 status docs中 ,我们现在还列出了引入该功能的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM