/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/cpp17_nspace_nested_namespaces.i
13 строк
333 B
William S Fulton
Test c++17 nested namespaces and %nspace
14 май 2018, 23:03
14 май 2018, 23:03
220247c
Код
Авторство
О чём код?
%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"