What's the status of C++17 support in GCC?

后端 未结 4 972
孤独总比滥情好
孤独总比滥情好 2021-01-31 15:44

Clang has a nice page describing the project status w.r.t. C++1z/C++17 feature support (and C++11 and C++14, it\'s the same page).

g++ has a page regarding C++14 feature

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 16:31

    As of today, gcc's C++1z language support is tracked on: https://gcc.gnu.org/projects/cxx1z.html. For the C++1z status of libstdc++, see https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.201z.

提交回复
热议问题