We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a2af8 commit 8ac8433Copy full SHA for 8ac8433
.github/workflows/build-cppfront.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Compiler name & version
18
run: cl.exe
19
- name: Build
20
- run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -experimental:module -W4 -WX
+ run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -W4 -WX
21
build-unix-like:
22
strategy:
23
fail-fast: false
0 commit comments