Fixed error C2766 with flag /Zc:__cplusplus on VS2017+ (fixes #1250)

This commit is contained in:
Benoit Blanchon
2020-04-28 09:11:46 +02:00
parent daa279d57b
commit 959b1d9e4c
3 changed files with 13 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* CMake: don't build tests when imported in another project
* CMake: made project arch-independent
* Visual Studio: fixed error C2766 with flag `/Zc:__cplusplus` (issue #1250)
v6.15.1 (2020-04-08)
-------