swig/Source/CParse
William S Fulton 05b93b1f06 Improved template template parameters support.
Previously, specifying more than one simple template template parameter
resulted in a parse error. Now multiple template template parameters are
working including instantiation with %template. Example:

  template <template<template<class> class, class> class Op, template<class> class X, class Y>
    class C { ... };

Closes #624
Closes #1021
2022-12-02 19:16:02 +00:00
..
cparse.h Duplicate class template instantiations via %template changes 2022-11-18 19:35:47 +00:00
cscanner.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
parser.y Improved template template parameters support. 2022-12-02 19:16:02 +00:00
templ.c Duplicate class template instantiations via %template changes 2022-11-18 19:35:47 +00:00
util.c Use https for swig.org links 2022-10-06 13:16:39 +13:00