我使用 Atom 作为我的 IDE,我当前__cplusplus = 201402是 C++14,我的编译器是g++ (GCC) 9.2.0。
__cplusplus = 201402
如何升级到 C++17 或 C++20?
我搜索的所有内容都涉及使用另一个 IDE(Microsoft Visual Studio)。
c++ compiler-flags atom-editor c++17
atom-editor ×1
c++ ×1
c++17 ×1
compiler-flags ×1