From ace15d5cf753ff39afd6edc90dc4ea56e3a5f929 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 27 Oct 2017 17:58:59 +0100 Subject: [PATCH] C++ docs minor update --- Doc/Manual/SWIGPlus.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html index 18059b40d..eeb4bf793 100644 --- a/Doc/Manual/SWIGPlus.html +++ b/Doc/Manual/SWIGPlus.html @@ -80,7 +80,10 @@

-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 SWIG and C++11 chapter. +As a prerequisite, you should first read the chapter SWIG Basics 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.