DragonOsman

build message

Nov 22nd, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. 1>------ Build started: Project: Document, Configuration: Debug Win32 ------
  2. 1>cl : Command line warning D9025: overriding '/sdl-' with '/GS-'
  3. 1>Document.cpp
  4. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\document.h(28): error C2678: binary '<': no operator found which takes a left-hand operand of type 'const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>' (or there is no acceptable conversion)
  5. 1> with
  6. 1> [
  7. 1> _Ty=Line
  8. 1> ]
  9. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include\system_error(400): note: could be 'bool std::operator <(const std::error_code &,const std::error_code &) noexcept' [found using argument-dependent lookup]
  10. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include\system_error(407): note: or 'bool std::operator <(const std::error_condition &,const std::error_condition &) noexcept' [found using argument-dependent lookup]
  11. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\document.h(28): note: while trying to match the argument list '(const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>, const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>)'
  12. 1> with
  13. 1> [
  14. 1> _Ty=Line
  15. 1> ]
  16. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\document.cpp(75): warning C4018: '<': signed/unsigned mismatch
  17. 1>Generating Code...
  18. 1>Compiling...
  19. 1>main.cpp
  20. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\document.h(28): error C2678: binary '<': no operator found which takes a left-hand operand of type 'const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>' (or there is no acceptable conversion)
  21. 1> with
  22. 1> [
  23. 1> _Ty=Line
  24. 1> ]
  25. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include\system_error(400): note: could be 'bool std::operator <(const std::error_code &,const std::error_code &) noexcept' [found using argument-dependent lookup]
  26. 1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include\system_error(407): note: or 'bool std::operator <(const std::error_condition &,const std::error_condition &) noexcept' [found using argument-dependent lookup]
  27. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\document.h(28): note: while trying to match the argument list '(const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>, const std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>)'
  28. 1> with
  29. 1> [
  30. 1> _Ty=Line
  31. 1> ]
  32. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\main.cpp(16): warning C4018: '<': signed/unsigned mismatch
  33. 1>c:\users\osman\programming\visual_studio_2017\projects\programming_principles_practice_using_c++\document\document\main.cpp(38): warning C4018: '>=': signed/unsigned mismatch
  34. 1>Generating Code...
  35. 1>Done building project "Document.vcxproj" -- FAILED.
  36. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment