%feature ("flatnested") is set for nested scope test

This commit is contained in:
Vladimir Kalinin 2014-02-03 01:15:05 +04:00
commit 8fc4fd2893
2 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,9 @@
%module nested_scope
#if !defined(SWIGCSHARP) && !defined(SWIGJAVA)
%feature ("flatnested");
#endif
%inline %{
namespace ns {
struct Global {