We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6602131 commit 0bc86cfCopy full SHA for 0bc86cf
cmake/platform.cmake
@@ -138,6 +138,8 @@ if(MSVC)
138
append(CMAKE_CCXX_FLAGS "/Zc:preprocessor")
139
# Set UTF-8 as default encoding to be consistent with other compilers
140
append(CMAKE_CCXX_FLAGS "/utf-8")
141
+ # Enable __cplusplus macro to align behavior with other compilers
142
+ append(CMAKE_CCXX_FLAGS "/Zc:__cplusplus")
143
# int64_t -> int (tent)
144
append(CMAKE_CCXX_NOWARN_FLAGS "/wd4244")
145
# workaround: macro outputs defined token in msvs header
0 commit comments