PageRenderTime 106ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Swig | 9 lines | 3 code | 6 blank | 0 comment | 0 complexity | bc68b85b05822dd84eb2de1235aa3968 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. using foo::bar;
  3. using namespace foo;