我想使用C++ 17的功能.
如何在Microsoft Visual Studio中将编译从C++ 14切换到C++ 17?
或者它在VS的发布版本中不可用?
c++ compilation visual-studio c++17
我正在使用 Visual Studio 2015 Update 3 并且 my_MSVC_LANG被定义为201402L,无论我是否/std:c++14作为编译器参数提供。
_MSVC_LANG
201402L
/std:c++14
_MSVC_LANG在 Visual-C++ 的更高或更低版本中是否有其他值?
visual-c++
c++ ×1
c++17 ×1
compilation ×1
visual-c++ ×1
visual-studio ×1