Files
eigen/Eigen/src/Core/util
Scott Ramsby ff06ef7584 Eigen: Fix MSVC C++17 language standard detection logic
To detect C++17 support, use _MSVC_LANG macro instead of _MSC_VER. _MSC_VER can indicate whether the current compiler version could support the C++17 language standard, but not whether that standard is actually selected (i.e. via /std:c++17).
See these web pages for more details:
https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
2019-05-03 14:14:09 -07:00
..
2018-09-21 11:51:49 +02:00
2018-11-23 22:22:14 +00:00
2018-10-03 14:16:21 +02:00
2019-03-19 16:52:38 -04:00
2018-11-02 14:51:35 -07:00
2018-09-20 22:57:28 +02:00