[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 2 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 20 May 2019 07:19:17 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=DMWCukg8X3kL3faHPO1qpbDmrhs=; b=ZZ3EDc3oguCLC7DCdv+z+i1 XMZWqHaFUhZaqzIRUegNwwDDsOcp972mWS4My1mJx8adR/tZQNx1EBrAW698JHVF iddmTJtiSlNbzCyind+DuRXQ5KUxcpG2sP9YeQTprGEzg+ttH66gnsaNgOIoJkS0 Uq0NTw+8lHKll1uhpYDE=
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.