C++ docs minor update
This commit is contained in:
parent
65020645aa
commit
ace15d5cf7
1 changed files with 4 additions and 1 deletions
|
|
@ -80,7 +80,10 @@
|
|||
|
||||
|
||||
<p>
|
||||
This chapter describes SWIG's support for wrapping C++. As a prerequisite,
|
||||
This chapter describes SWIG's support for wrapping C++.
|
||||
It is mostly concerned about C++ as defined by the C++ 98 and 03 standards.
|
||||
For C++ 11 features please read the <a href="CPlusPlus11.html">SWIG and C++11</a> chapter.
|
||||
As a prerequisite,
|
||||
you should first read the chapter <a href="SWIG.html#SWIG">SWIG Basics</a> to see
|
||||
how SWIG wraps ANSI C. Support for C++ builds upon ANSI C
|
||||
wrapping and that material will be useful in understanding this chapter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue