Guest User

Untitled

a guest
Oct 3rd, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.73 KB | None | 0 0
  1. 1>------ Build started: Project: asp, Configuration: Debug Win32 ------
  2. 1>  Source.cpp
  3. 1>c:\users\ajdin\desktop\asp\asp\source.cpp(95): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  4. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(81) : while compiling class template member function 'void Niz<T>::dodajIza(const T &)'
  5. 1>          with
  6. 1>          [
  7. 1>              T=int
  8. 1>          ]
  9. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(107) : see reference to function template instantiation 'void Niz<T>::dodajIza(const T &)' being compiled
  10. 1>          with
  11. 1>          [
  12. 1>              T=int
  13. 1>          ]
  14. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(52) : while compiling class template member function 'Niz<T>::~Niz(void)'
  15. 1>          with
  16. 1>          [
  17. 1>              T=int
  18. 1>          ]
  19. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(133) : see reference to function template instantiation 'Niz<T>::~Niz(void)' being compiled
  20. 1>          with
  21. 1>          [
  22. 1>              T=int
  23. 1>          ]
  24. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(133) : see reference to class template instantiation 'Niz<T>' being compiled
  25. 1>          with
  26. 1>          [
  27. 1>              T=int
  28. 1>          ]
  29. 1>c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility(2089): error C2440: '=' : cannot convert from 'int *' to 'int'
  30. 1>          There is no context in which this conversion is possible
  31. 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
  32. 1>          with
  33. 1>          [
  34. 1>              _OutIt=int *,
  35. 1>              _Iter=int **,
  36. 1>              _InIt=int **
  37. 1>          ]
  38. 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
  39. 1>          with
  40. 1>          [
  41. 1>              _OutIt=int *,
  42. 1>              _InIt=int **,
  43. 1>              _Iter=int *
  44. 1>          ]
  45. 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
  46. 1>          with
  47. 1>          [
  48. 1>              _OutIt=int *,
  49. 1>              _InIt=int **
  50. 1>          ]
  51. 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
  52. 1>          with
  53. 1>          [
  54. 1>              _OutIt=int *,
  55. 1>              _Iter=int **,
  56. 1>              _InIt=int **
  57. 1>          ]
  58. 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
  59. 1>          with
  60. 1>          [
  61. 1>              _OutIt=int *,
  62. 1>              T=int,
  63. 1>              _InIt=int **
  64. 1>          ]
  65. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(81) : while compiling class template member function 'void Niz<T>::dodajIza(const T &)'
  66. 1>          with
  67. 1>          [
  68. 1>              T=int
  69. 1>          ]
  70. 1>          c:\users\ajdin\desktop\asp\asp\source.cpp(107) : see reference to function template instantiation 'void Niz<T>::dodajIza(const T &)' being compiled
  71. 1>          with
  72. 1>          [
  73. 1>              T=int
  74. 1>          ]
  75. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment