We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7ed18 commit a73a715Copy full SHA for a73a715
.github/external_ci/appveyor.yml
@@ -48,7 +48,7 @@ environment:
48
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
49
configuration: Release
50
platform: x86
51
- CXX_FLAGS: "/W4 /WX"
+ CXX_FLAGS: "/permissive- /std:c++latest /utf-8 /W4 /WX"
52
CMAKE_OPTIONS: "-DJSON_ImplicitConversions=OFF"
53
GENERATOR: Visual Studio 16 2019
54
0 commit comments