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 e8b9563 commit f1e2f6cCopy full SHA for f1e2f6c
README.md
@@ -74,15 +74,15 @@ Cppfront builds with any major C++20 compiler.
74
75
#### MSVC build instructions
76
77
- cl cppfront.cpp -std:c++20 -EHsc
+ cl source\cppfront.cpp -std:c++20 -EHsc
78
79
#### GCC build instructions
80
81
- g++-10 cppfront.cpp -std=c++20 -o cppfront
+ g++-10 source/cppfront.cpp -std=c++20 -o cppfront
82
83
#### Clang build instructions
84
85
- clang++-12 cppfront.cpp -std=c++20 -o cppfront
+ clang++-12 source/cppfront.cpp -std=c++20 -o cppfront
86
87
## How do I build my `.cpp2` file?
88
0 commit comments