Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: asp, Configuration: Debug Win32 ------
- 1> Source.cpp
- 1>c:\users\ajdin\desktop\asp\asp\source.cpp(95): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(81) : while compiling class template member function 'void Niz<T>::dodajIza(const T &)'
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(107) : see reference to function template instantiation 'void Niz<T>::dodajIza(const T &)' being compiled
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(52) : while compiling class template member function 'Niz<T>::~Niz(void)'
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(133) : see reference to function template instantiation 'Niz<T>::~Niz(void)' being compiled
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(133) : see reference to class template instantiation 'Niz<T>' being compiled
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1>c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2089): error C2440: '=' : cannot convert from 'int *' to 'int'
- 1> There is no context in which this conversion is possible
- 1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2110) : see reference to function template instantiation '_OutIt std::_Copy_impl<_Iter,_OutIt>(_InIt,_InIt,_OutIt,std::_Nonscalar_ptr_iterator_tag)' being compiled
- 1> with
- 1> [
- 1> _OutIt=int *,
- 1> _Iter=int **,
- 1> _InIt=int **
- 1> ]
- 1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2141) : see reference to function template instantiation '_OutIt std::_Copy_impl<_InIt,_Iter>(_InIt,_InIt,_OutIt)' being compiled
- 1> with
- 1> [
- 1> _OutIt=int *,
- 1> _InIt=int **,
- 1> _Iter=int *
- 1> ]
- 1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2161) : see reference to function template instantiation '_OutIt std::_Copy_impl<_InIt,_OutIt>(_InIt,_InIt,_OutIt,std::random_access_iterator_tag,std::random_access_iterator_tag)' being compiled
- 1> with
- 1> [
- 1> _OutIt=int *,
- 1> _InIt=int **
- 1> ]
- 1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2176) : see reference to function template instantiation '_OutIt std::_Copy_impl<_Iter,_OutIt>(_InIt,_InIt,_OutIt,std::false_type)' being compiled
- 1> with
- 1> [
- 1> _OutIt=int *,
- 1> _Iter=int **,
- 1> _InIt=int **
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(93) : see reference to function template instantiation '_OutIt std::copy<T**,T*>(_InIt,_InIt,_OutIt)' being compiled
- 1> with
- 1> [
- 1> _OutIt=int *,
- 1> T=int,
- 1> _InIt=int **
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(81) : while compiling class template member function 'void Niz<T>::dodajIza(const T &)'
- 1> with
- 1> [
- 1> T=int
- 1> ]
- 1> c:\users\ajdin\desktop\asp\asp\source.cpp(107) : see reference to function template instantiation 'void Niz<T>::dodajIza(const T &)' being compiled
- 1> with
- 1> [
- 1> T=int
- 1> ]
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment