| 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 |