Add new C++11 type aliasing support to changes file

This commit is contained in:
William S Fulton 2016-06-25 16:07:55 +01:00
commit 9f37796e80
3 changed files with 6 additions and 2 deletions

View file

@ -605,6 +605,7 @@ them available as a normal proxy method.
<H3><a name="CPlusPlus11_alias_templates">7.2.16 Type alias and alias templates</a></H3>
<p>
A type alias is a statement of the form:
</p>
@ -622,7 +623,7 @@ typedef void (*PFD)(double); // The old style
</pre></div>
<p>
SWIG supports this kind of statements.
SWIG supports type aliasing.
</p>
<p>