Fix warning suppression in cpp20_lambda_template
This commit is contained in:
parent
64d72483c6
commit
379d5b6742
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// We just want to test that SWIG doesn't choke parsing this so suppress:
|
// We just want to test that SWIG doesn't choke parsing this so suppress:
|
||||||
// Warning 340: Lambda expressions and closures are not fully supported yet.
|
// Warning 340: Lambda expressions and closures are not fully supported yet.
|
||||||
%warnfilter(WARN_CPP11_LAMBDA);
|
%warnfilter(SWIGWARN_CPP11_LAMBDA);
|
||||||
|
|
||||||
%include <std_vector.i>
|
%include <std_vector.i>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue