/trunk/Examples/test-suite/errors/cpp_template_not.i

# · Swig · 9 lines · 3 code · 6 blank · 0 comment · 0 complexity · 389d7ad07d5ea87e5537d4b704fced74 MD5 · raw file

  1. %module xxx
  2. int blah;
  3. %template(blahi) blah<int>;