diff --git a/CHANGES.current b/CHANGES.current index 312343f567d..9cd6bd36834 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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. diff --git a/Doc/Manual/CPlusPlus11.html b/Doc/Manual/CPlusPlus11.html index 7af97299c56..a4845832e7b 100644 --- a/Doc/Manual/CPlusPlus11.html +++ b/Doc/Manual/CPlusPlus11.html @@ -605,6 +605,7 @@

7.2.15 Explicit conversi

7.2.16 Type alias and alias templates

+

A type alias is a statement of the form:

@@ -622,7 +623,7 @@

7.2.16 Type alias and alias templates<

-SWIG supports this kind of statements. +SWIG supports type aliasing.

diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 7107384c884..0b456fca799 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -287,7 +287,7 @@

7 SWIG and C++11

  • Strongly typed enumerations
  • Double angle brackets
  • Explicit conversion operators -
  • Alias templates +
  • Type alias and alias templates
  • Unrestricted unions
  • Variadic templates
  • New string literals