Skip to content

Commit

Permalink
Add new C++11 type aliasing support to changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 25, 2016
1 parent c363a93 commit 9f37796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.current
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion Doc/Manual/CPlusPlus11.html
Expand Up @@ -605,6 +605,7 @@ <H3><a name="CPlusPlus11_explicit_conversion_operators">7.2.15 Explicit conversi

<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>
Expand All @@ -622,7 +623,7 @@ <H3><a name="CPlusPlus11_alias_templates">7.2.16 Type alias and alias templates<
</pre></div>

<p>
SWIG supports this kind of statements.
SWIG supports type aliasing.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion Doc/Manual/Contents.html
Expand Up @@ -287,7 +287,7 @@ <h3><a href="CPlusPlus11.html#CPlusPlus11">7 SWIG and C++11</a></h3>
<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>
Expand Down

0 comments on commit 9f37796

Please sign in to comment.