summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-18 14:16:46 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-22 21:23:39 +0000
commit67c4c2186cd7e7d47bb7e372f9dc07ec8c4af3e6 (patch)
treecc23a439e50e00f44c13b173d5ba2bd3bee12de4 /Doc
parent1e73045da851c3e8bda1250b224fd7ffa2f5dce1 (diff)
downloadswig-67c4c2186cd7e7d47bb7e372f9dc07ec8c4af3e6.tar.gz
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.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Warnings.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index 1cdf37ec2..1ed629cc6 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -439,7 +439,6 @@ example.i(4) : Syntax error in input(1).
<li>326. Deprecated %extend name used - the <em>kind</em> name '<em>name</em>' should be used instead of the typedef name '<em>name</em>'.
<li>327. Extern template ignored.
<li>340. Lambda expressions and closures are not fully supported yet.
-<li>343. Only the first variadic template argument is currently supported.
<li>344. Unable to deduce decltype for '<em>expr</em>'.
<li>350. operator new ignored.
<li>351. operator delete ignored.