PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/test-suite/errors/cpp_template_not.i

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