update after running tool checkers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8499c1fd81
commit
a4d9eda5d1
3 changed files with 4 additions and 0 deletions
|
|
@ -255,6 +255,7 @@
|
|||
<li><a href="Preprocessor.html#Preprocessor_nn8">Preprocessing and %{ ... %} blocks</a>
|
||||
<li><a href="Preprocessor.html#Preprocessor_nn9">Preprocessing and { ... }</a>
|
||||
<li><a href="Preprocessor.html#Preprocessor_nn10">Viewing preprocessor output</a>
|
||||
<li><a href="Preprocessor.html#Preprocessor_warning_error">The #error and #warning directives</a>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- INDEX -->
|
||||
|
|
|
|||
|
|
@ -1228,6 +1228,7 @@ Please refer to the "SWIG Basics" chapter for more information.
|
|||
|
||||
<H3><a name="Perl5_nn23"></a>26.4.9 Operators</H3>
|
||||
|
||||
|
||||
<p>
|
||||
As of version 1.3.27 SWIG automatically renames the most common C++ operators, and maps them into the perl module with the proper 'use overload ...' so you don't need to do any work.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -383,6 +383,8 @@ This might be useful as an aid to debugging and viewing the results of macro exp
|
|||
</p>
|
||||
|
||||
<H2><a name="Preprocessor_warning_error"></a>7.10 The #error and #warning directives</H2>
|
||||
|
||||
|
||||
<p>
|
||||
SWIG supports the commonly used <tt>#warning</tt> and <tt>#error</tt> preprocessor directives.
|
||||
The <tt>#warning</tt> directive will cause SWIG to issue a warning then continue processing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue