/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/errors/swig_command_encoder.i
6 строк
209 B
Olly Betts
Remove support for the "command" encoder
06 фев 2022, 23:47
06 фев 2022, 23:47
467c530
Код
Авторство
О чём код?
%module xxx // This feature was removed in SWIG 4.1.0 so check it gives an error. %define SedCmd "%(command:sed -e 's/\([a-z]\)/\U\\1/' -e 's/\(_\)\([a-z]\)/\U\\2/g' <<<)s" %enddef %rename(SedCmd) ""; int x;