boostorg / hana

Your standard library for metaprogramming
http://boostorg.github.io/hana
Boost Software License 1.0
1.66k stars 217 forks source link

Add modern __cplusplus behaviour to MSVC target compile options #488

Closed JamesJCode closed 3 years ago

JamesJCode commented 3 years ago

Addition to further fix #475 without end-user CMake intervention

Adds /Zc:cplusplus to MSVC compile options (as a hana target INTERFACE parameter) to force correct C++ standard reporting in `cplusplus` variable.

JamesJCode commented 3 years ago

Close for more fine-grained solution