PageRenderTime 20ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 7 lines | 2 code | 5 blank | 0 comment | 0 complexity | 308cb3c47f90de05448ffd57d31aacba MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %template(blahi) blah<int>;