Support multiple arguments in variadic templates.
Remove warning SWIGWARN_CPP11_VARIADIC_TEMPLATE which was issued if more than one argument was used for a variadic template. SwigType enhancement: 'v.' now represents a variadic argument.
This commit is contained in:
parent
1e73045da8
commit
67c4c2186c
13 changed files with 465 additions and 66 deletions
|
|
@ -98,7 +98,7 @@
|
|||
#define WARN_CPP11_LAMBDA 340
|
||||
#define WARN_CPP11_ALIAS_DECLARATION 341 /* redundant now */
|
||||
#define WARN_CPP11_ALIAS_TEMPLATE 342 /* redundant now */
|
||||
#define WARN_CPP11_VARIADIC_TEMPLATE 343
|
||||
#define WARN_CPP11_VARIADIC_TEMPLATE 343 /* redundant now */
|
||||
#define WARN_CPP11_DECLTYPE 344
|
||||
|
||||
#define WARN_IGNORE_OPERATOR_NEW 350 /* new */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue