ci: check if it works w/o /Zc:__cplusplus

This commit is contained in:
ToruNiina
2021-12-18 14:23:58 +09:00
parent 7354e91924
commit 8ebf9c984b

View File

@@ -40,7 +40,7 @@ else()
endif()
if(MSVC)
add_definitions("/Zc:__cplusplus") # define __cplusplus value correctly
# add_definitions("/Zc:__cplusplus") # define __cplusplus value correctly
add_definitions("/utf-8") # enable to use u8"" literal
if(MSVC_VERSION LESS 1910)
message(STATUS "MSVC < 1910. DEFINE_CONVERSION_NON_INTRUSIVE is disabled")