swig/Source/Swig
William S Fulton 674abaddbf Fix instantiation of variadic class templates
containing parameter pack arguments that are function pointers.

  template <typename... V> struct VariadicParms {
    void ParmsFuncPtrVal(int (*)(V...)) {}
  };

  %template(VariadicParms0) VariadicParms<>;
  %template(VariadicParms1) VariadicParms<A>;
2022-12-29 23:38:17 +00:00
..
cwrap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
deprecate.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
error.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
extend.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
fragment.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
getopt.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
include.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
misc.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
naming.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
parms.c Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
scanner.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
stype.c Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
swig.h Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
swigfile.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigopt.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigparm.h Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
swigscan.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigtree.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigwrap.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
symbol.c Fix infinite loop handling non-type template parameters 2022-11-05 08:41:10 +00:00
tree.c Support multiple arguments in variadic templates. 2022-12-22 21:23:39 +00:00
typemap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
typeobj.c Fix instantiation of variadic class templates 2022-12-29 23:38:17 +00:00
typesys.c SwigValueWrapper and SwigType * correction 2022-11-08 09:11:35 +00:00
wrapfunc.c Use https for swig.org links 2022-10-06 13:16:39 +13:00