Vc++ 2017 [repack] -

| Flag | Purpose | |------|---------| | /std:c++latest | Latest draft C++ features | | /std:c++17 | C++17 mode | | /permissive- | Strict standards conformance | | /await | Resumable functions (coroutines) | | /Zc:__cplusplus | Correct __cplusplus value | | /diagnostics:caret | Precious error location |

// Filesystem (C++17) for (const auto& entry : fs::directory_iterator(".")) std::cout << entry.path().filename() << '\n'; vc++ 2017

: Improved build throughput and better link-time code generation (LTCG) helped reduce the "wait time" for developers. | Flag | Purpose | |------|---------| | /std:c++latest

edit-icon
反馈
coperate-icon
coperate
合作
communication-icon
communicate
交流