/trunk/Examples/test-suite/errors/cpp_template_argname.i
# · Swig · 8 lines · 2 code · 6 blank · 0 comment · 0 complexity · 36048e2a6051a88cf1dbf3e6c7970fcc MD5 · raw file
- %module xxx
- template<T> T blah(T x);
# · Swig · 8 lines · 2 code · 6 blank · 0 comment · 0 complexity · 36048e2a6051a88cf1dbf3e6c7970fcc MD5 · raw file
- %module xxx
- template<T> T blah(T x);