Commit Graph

5 Commits

Author SHA1 Message Date
William S Fulton 400caf59bd Fix various Go compilation problems when wrapping rvalues references
Removes numerous SWIGWARN_LANG_NATIVE_UNIMPL warnings for rvalues, eg:
  Warning 507: No Go typemap defined for MyClass &&
2025-11-02 13:39:59 +00:00
William S Fulton 7af22e929a Fix pedantic warning in tests 2024-11-04 23:20:43 +00:00
Olly Betts 0b4496a735 Fix testsuite SWIG warnings; enable SWIG -Werror
SWIG/mzscheme (aka racket) is excluded for now as it currently has a lot
of testsuite warnings and is slated for removal in 4.4.0 anyway.

Closes #3034
2024-10-22 10:30:52 +13:00
William S Fulton 2fc0edc4fd Instantiation of C++11 variadic function templates
Complete support for C++11 variadic function templates. Support was previously limited
to just one template parameter. Now zero or more template parameters are supported
in the %template instantiation.
2023-01-03 22:38:46 +00:00
William S Fulton cdc08c9325 Move variadic function template tests to separate testcase 2023-01-03 21:26:12 +00:00