%feature ("flatnested") is set for nested scope test
This commit is contained in:
parent
4744ea8903
commit
8fc4fd2893
2 changed files with 4 additions and 7 deletions
|
|
@ -1,5 +1,9 @@
|
|||
%module nested_scope
|
||||
|
||||
#if !defined(SWIGCSHARP) && !defined(SWIGJAVA)
|
||||
%feature ("flatnested");
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
namespace ns {
|
||||
struct Global {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue