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 97ab915 commit f26e597Copy full SHA for f26e597
book/src/cpp.md
@@ -7,7 +7,7 @@ be nowhere near as nice as using them in C++. You will have to manually call
7
constructors, destructors, overloaded operators, etc yourself.
8
9
When passing in header files, the file will automatically be treated as C++ if
10
-it ends in `.hpp`. If it doesn't, adding `-x c++` clang args can be used to
+it ends in `.hpp`. If it doesn't, adding `clang_args(["-x", "c++"])` can be used to
11
force C++ mode. You probably also want to use `-std=c++14` or similar clang args
12
as well.
13
0 commit comments