Add changes notes for C++17 nested namespaces support
This commit is contained in:
parent
aa6d7931ac
commit
192aa2892c
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|||
Version 4.0.0 (in progress)
|
||||
===========================
|
||||
|
||||
2018-05-14: wsfulton
|
||||
Issue #1251 Add support for C++17 nested namespace definitions,
|
||||
for example:
|
||||
namespace A::B { ... }
|
||||
|
||||
2018-05-11: wsfulton
|
||||
[C#, D, Java] Add support so that the %csmethodmodifiers, %dmethodmodifiers,
|
||||
%javamethodmodifiers can modify the method modifiers for the destructor wrappers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue