bolero-MURAKAMI / Sprout

C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
http://bolero-murakami.github.io/Sprout/
Boost Software License 1.0
876 stars 48 forks source link

VS2017: watch _MSVC_LANG macro #91

Open yumetodo opened 7 years ago

yumetodo commented 7 years ago

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

ref:

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