/trunk/Examples/test-suite/errors/cpp_template_not.i
# · Swig · 9 lines · 3 code · 6 blank · 0 comment · 0 complexity · 389d7ad07d5ea87e5537d4b704fced74 MD5 · raw file
- %module xxx
- int blah;
- %template(blahi) blah<int>;
# · Swig · 9 lines · 3 code · 6 blank · 0 comment · 0 complexity · 389d7ad07d5ea87e5537d4b704fced74 MD5 · raw file
- %module xxx
- int blah;
- %template(blahi) blah<int>;