Skip to content

Commit efeb1cb

Browse files
Deploying to gh-pages from @ c6fdf9b 🚀
1 parent 64aedf4 commit efeb1cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1 id="generating-bindings-to-c"><a class="header" href="#generating-bindings-t
179179
be nowhere near as nice as using them in C++. You will have to manually call
180180
constructors, destructors, overloaded operators, etc yourself.</p>
181181
<p>When passing in header files, the file will automatically be treated as C++ if
182-
it ends in <code>.hpp</code>. If it doesn't, adding <code>-x c++</code> clang args can be used to
182+
it ends in <code>.hpp</code>. If it doesn't, adding <code>clang_args([&quot;-x&quot;, &quot;c++&quot;])</code> can be used to
183183
force C++ mode. You probably also want to use <code>-std=c++14</code> or similar clang args
184184
as well.</p>
185185
<p>You pretty much <strong>must</strong> use <a href="./allowlisting.html">allowlisting</a> when working

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ <h3 id="use-prettyplease"><a class="header" href="#use-prettyplease">Use <code>p
10511051
be nowhere near as nice as using them in C++. You will have to manually call
10521052
constructors, destructors, overloaded operators, etc yourself.</p>
10531053
<p>When passing in header files, the file will automatically be treated as C++ if
1054-
it ends in <code>.hpp</code>. If it doesn't, adding <code>-x c++</code> clang args can be used to
1054+
it ends in <code>.hpp</code>. If it doesn't, adding <code>clang_args([&quot;-x&quot;, &quot;c++&quot;])</code> can be used to
10551055
force C++ mode. You probably also want to use <code>-std=c++14</code> or similar clang args
10561056
as well.</p>
10571057
<p>You pretty much <strong>must</strong> use <a href="./allowlisting.html">allowlisting</a> when working

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)