Workaround Lua failing cpp11_raw_string_literals test

This commit is contained in:
William S Fulton 2021-11-12 19:45:25 +00:00
commit 10af8fd921

View file

@ -21,6 +21,11 @@
%include <std_wstring.i>
#endif
#if defined(SWIGLUA)
// Lua uses a parameter called L in every wrapper function
%ignore L;
#endif
%inline %{
#include <iostream>
#include <string>