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

@ -4,3 +4,6 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.11 (in progress)
============================
2016-06-25: liorgold
Add support for C++11 type aliasing.

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>

View file

@ -287,7 +287,7 @@
<li><a href="CPlusPlus11.html#CPlusPlus11_strongly_typed_enumerations">Strongly typed enumerations</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_double_angle_brackets">Double angle brackets</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_explicit_conversion_operators">Explicit conversion operators</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_alias_templates">Alias templates</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_alias_templates">Type alias and alias templates</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_unrestricted_unions">Unrestricted unions</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_variadic_templates">Variadic templates</a>
<li><a href="CPlusPlus11.html#CPlusPlus11_new_string_literals">New string literals</a>