/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/errors/cpp_overload_const.stderr
10 строк
886 B
William S Fulton
Errors test-suite overhaul
19 янв 2014, 04:12
19 янв 2014, 04:12
3055a21
Код
Авторство
О чём код?
cpp_overload_const.i:4: Warning 509: Overloaded method check(int *) effectively ignored, cpp_overload_const.i:3: Warning 509: as it is shadowed by check(int const *). cpp_overload_const.i:5: Warning 509: Overloaded method check(int &) effectively ignored, cpp_overload_const.i:3: Warning 509: as it is shadowed by check(int const *). cpp_overload_const.i:10: Warning 509: Overloaded method check(OverStruct *) effectively ignored, cpp_overload_const.i:9: Warning 509: as it is shadowed by check(OverStruct const *). cpp_overload_const.i:11: Warning 509: Overloaded method check(OverStruct &) effectively ignored, cpp_overload_const.i:9: Warning 509: as it is shadowed by check(OverStruct const *). cpp_overload_const.i:12: Warning 509: Overloaded method check(OverStruct const &) effectively ignored, cpp_overload_const.i:9: Warning 509: as it is shadowed by check(OverStruct const *).