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 767ac02 commit d586a2cCopy full SHA for d586a2c
book/src/cpp.md
@@ -17,7 +17,7 @@ of them in a type it is generating bindings for:
17
* SFINAE
18
19
When passing in header files, the file will automatically be treated as C++ if
20
-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 `-x c++` clang args can be used to
21
force C++ mode. You probably also want to use `-std=c++14` or similar clang args
22
as well.
23
0 commit comments