C++ docs minor update

This commit is contained in:
William S Fulton 2017-10-27 17:58:59 +01:00
commit ace15d5cf7

View file

@ -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.