aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Warnings.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-12-14 15:12:07 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-12-14 15:12:07 +0000
commit314fae460b83389b87a83e003bfbc28271c495c1 (patch)
treeaae5d33c0dd3bb4268a2c273716578350f66b36b /Doc/Manual/Warnings.html
parent4cf5de797f15fa0c2a500cea12db7c9223f07fdc (diff)
parent0f4ceaf5923fd9a30eb9201048cd285a9bba8084 (diff)
downloadswig-314fae460b83389b87a83e003bfbc28271c495c1.tar.gz
Merge branch 'nested' - nested structs/classes support
* nested: Deprecation of the 'nestedworkaround' feature Ensure -c++out is not used with -c++ Add missing header to new source file Nested C class setters restored in c++out mode for Octave Classprefix fixed after private nested classes some comments and spaces added Fix template partial specialization detection Minor tweaks in Swig_feature_set Swig_offset_string moved to misc.c nested private classes are discarded while parsing nested relate functions are moved to nested.cxx and renamed accordingly out-of-scope template definitions fixed nested_private test disabled again fixed out-of-scope nested class definitions, added a test enabled nested C structs assignment (still disabled for Octave), added Java runtime test fixed nested_private test case for Java & C# Testcase of private nested class usage causing segfault C nested struct passed by value example Add in Travis testing for nested branch Add C++ nested class example Minor code improvements Cosmetics/code beautification of nested class support Nested classes support
Diffstat (limited to 'Doc/Manual/Warnings.html')
-rw-r--r--Doc/Manual/Warnings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index e0debe41c..b4d27872c 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -382,6 +382,7 @@ example.i(4) : Syntax error in input.
<li>119. Deprecated <tt>%typemap(ignore)</tt>.
<li>120. Deprecated command line option (-runtime, -noruntime).
<li>121. Deprecated <tt>%name</tt> directive.
+<li>126. The 'nestedworkaround' feature is deprecated.
</ul>
<H3><a name="Warnings_nn11"></a>14.9.2 Preprocessor (200-299)</H3>