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

后端 未结 4 975
孤独总比滥情好
孤独总比滥情好 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:45

    There is also a nice table at cppreference.com that lists supported features for several compilers.

    http://en.cppreference.com/w/cpp/compiler_support

提交回复
热议问题