/tags/rel-1-3-15/SWIG/Examples/test-suite/errors/cpp_template_partial.i
# · Swig · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 32418a78ef043bb8073f716f246ced05 MD5 · raw file
- %module xxx
- template<class T> class vector<T *> {
- };
# · Swig · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 32418a78ef043bb8073f716f246ced05 MD5 · raw file
- %module xxx
- template<class T> class vector<T *> {
- };