/trunk/Examples/test-suite/errors/cpp_inline_namespace.i
# · Swig · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 20192845e18d5771eecebf2414c0c90d MD5 · raw file
- %module xxx
- namespace foo {
- %inline %{
- int bar(int x) { }
- %}
- }
# · Swig · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 20192845e18d5771eecebf2414c0c90d MD5 · raw file
- %module xxx
- namespace foo {
- %inline %{
- int bar(int x) { }
- %}
- }