Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/cpp17_nspace_nested_namespaces.i
2019-08-04 21:38:19 -05:00

14 lines
333 B
OpenEdge ABL

%module cpp17_nspace_nested_namespaces
#if defined(SWIGJAVA)
SWIG_JAVABODY_PROXY(public, public, SWIGTYPE)
#endif
// nspace feature only supported by these languages
#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGD) || defined(SWIGLUA) || defined(SWIGJAVASCRIPT)
%nspace;
#endif
%include "cpp17_nested_namespaces.i"