[eigen-commits] commit/eigen: 2 new changesets

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


2 new commits in eigen:

https://bitbucket.org/eigen/eigen/commits/925d574be58c/
Changeset:   925d574be58c
User:        Scott Ramsby
Date:        2019-05-03 21:14:09+00:00
Summary:     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
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/a209b88fb9ed/
Changeset:   a209b88fb9ed
User:        ggael
Date:        2019-05-20 07:19:10+00:00
Summary:     Merged in scramsby/eigen (pull request #646)

Eigen: Fix MSVC C++17 language standard detection logic
Affected #:  1 file

Repository URL: https://bitbucket.org/eigen/eigen/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/