diff --git a/Doc/Manual/CPlusPlus11.html b/Doc/Manual/CPlusPlus11.html index 11335a251..e5d7fbc2d 100644 --- a/Doc/Manual/CPlusPlus11.html +++ b/Doc/Manual/CPlusPlus11.html @@ -336,6 +336,10 @@ int i; int j; decltype(i+j) k; // syntax error +
SWIG does not support auto as a type specifier for variables, only +for specifying the return type of lambdas +and functions.
+