Add new C++11 type aliasing support to changes file
This commit is contained in:
parent
c363a93d69
commit
9f37796e80
3 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue