/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/errors/cpp_template_repeat.stderr
6 строк
676 B
William S Fulton
Duplicate class template instantiations via %template changes
18 ноя 2022, 22:35
18 ноя 2022, 22:35
4729cf2
Код
Авторство
О чём код?
cpp_template_repeat.i:6: Warning 404: Duplicate template instantiation of 'blah< int >' with name 'iiblah' ignored, cpp_template_repeat.i:5: Warning 404: previous instantiation of 'blah< int >' with name 'iblah'. cpp_template_repeat.i:14: Warning 404: Duplicate template instantiation of 'blah< short >' with name 'sblah' ignored, cpp_template_repeat.i:13: Warning 404: previous instantiation of 'blah< short >' with name 'sblah'. cpp_template_repeat.i:9: Warning 519: %template() contains no name. Template method ignored: blah< double >(double) cpp_template_repeat.i:16: Warning 519: %template() contains no name. Template method ignored: blah< char const * >(char const *)