Fix warning suppression in cpp20_lambda_template

This commit is contained in:
Olly Betts 2022-07-29 16:28:10 +12:00
commit 379d5b6742

View file

@ -2,7 +2,7 @@
// 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.
%warnfilter(WARN_CPP11_LAMBDA);
%warnfilter(SWIGWARN_CPP11_LAMBDA);
%include <std_vector.i>