/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/errors/cpp_template_scope.stderr
11 строк
1 KB
William S Fulton
%template scope enforcement and class definition fixes
16 авг 2017, 02:24
16 авг 2017, 02:24
959e627
Код
Авторство
О чём код?
cpp_template_scope.i:18: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:24: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:29: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:34: Error: 'vector' resolves to 'std::vector' and was incorrectly instantiated in scope 'unrelated' instead of within scope 'std'. cpp_template_scope.i:35: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:41: Error: 'vector' resolves to 'std::vector' and was incorrectly instantiated in scope 'unrelated' instead of within scope 'std'. cpp_template_scope.i:42: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:48: Error: 'vector' resolves to 'std::vector' and was incorrectly instantiated in scope 'unrelated::std' instead of within scope 'std'. cpp_template_scope.i:49: Warning 320: Explicit template instantiation ignored. cpp_template_scope.i:55: Error: 'std::vector' resolves to 'std::vector' and was incorrectly instantiated in scope 'unrelated' instead of within scope 'std'. cpp_template_scope.i:56: Warning 320: Explicit template instantiation ignored.