Sprout icon indicating copy to clipboard operation
Sprout copied to clipboard

VS2017: watch _MSVC_LANG macro

Open yumetodo opened this issue 7 years ago • 0 comments

Visual Studio 2017から/std:[c++14|c++17|c++latest]オプションが追加され、これにより_MSVC_LANGの値が変化します。

ref:

inline variablesなどの幾つかのC++17の機能を使うためにはこの値を見てやる必要があると思います。

yumetodo avatar Oct 14 '17 17:10 yumetodo