Advertisement
Guest User

Untitled

a guest
Jan 16th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.57 KB | None | 0 0
  1. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  2. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  3. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  4. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  5. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  6. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  7. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h: In instantiation of 'bool __gnu_cxx::__ops::_Iter_equals_val<_Value>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _Value = const std::__cxx11::basic_string<char>]':
  8. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_equals_val<const std::__cxx11::basic_string<char> >]'
  9. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_equals_val<const std::__cxx11::basic_string<char> >]'
  10. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algo.h:3905:28: required from '_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _Tp = std::__cxx11::basic_string<char>]'
  11. C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:211:81: required from here
  12. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: error: no match for 'operator==' (operand types are 'char' and 'const std::__cxx11::basic_string<char>')
  13. { return *__it == _M_value; }
  14. ~~~~~~^~~~~~~~~~~
  15. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  16. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  17. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  18. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  19. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  20. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  21. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:860:5: note: candidate: 'template<class _IteratorL, class _IteratorR, class _Container> bool __gnu_cxx::operator==(const __gnu_cxx::__normal_iterator<_IteratorL, _Container>&, const __gnu_cxx::__normal_iterator<_IteratorR, _Container>&)'
  22. operator==(const __normal_iterator<_IteratorL, _Container>& __lhs,
  23. ^~~~~~~~
  24. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:860:5: note: template argument deduction/substitution failed:
  25. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  26. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  27. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  28. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  29. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  30. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  31. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const __gnu_cxx::__normal_iterator<_IteratorL, _Container>' and 'char'
  32. { return *__it == _M_value; }
  33. ~~~~~~^~~~~~~~~~~
  34. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  35. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  36. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  37. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  38. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  39. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  40. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:867:5: note: candidate: 'template<class _Iterator, class _Container> bool __gnu_cxx::operator==(const __gnu_cxx::__normal_iterator<_Iterator, _Container>&, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)'
  41. operator==(const __normal_iterator<_Iterator, _Container>& __lhs,
  42. ^~~~~~~~
  43. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:867:5: note: template argument deduction/substitution failed:
  44. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  45. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  46. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  47. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  48. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  49. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  50. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const __gnu_cxx::__normal_iterator<_Iterator, _Container>' and 'char'
  51. { return *__it == _M_value; }
  52. ~~~~~~^~~~~~~~~~~
  53. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\mingw32\bits\c++allocator.h:33,
  54. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\allocator.h:46,
  55. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:41,
  56. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  57. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  58. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  59. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ext\new_allocator.h:155:5: note: candidate: 'template<class _Tp> bool __gnu_cxx::operator==(const __gnu_cxx::new_allocator<_Tp>&, const __gnu_cxx::new_allocator<_Tp>&)'
  60. operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
  61. ^~~~~~~~
  62. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ext\new_allocator.h:155:5: note: template argument deduction/substitution failed:
  63. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  64. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  65. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  66. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  67. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  68. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  69. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const __gnu_cxx::new_allocator<_Tp>' and 'char'
  70. { return *__it == _M_value; }
  71. ~~~~~~^~~~~~~~~~~
  72. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:64,
  73. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  74. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  75. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  76. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  77. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  78. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_pair.h:443:5: note: candidate: 'template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)'
  79. operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
  80. ^~~~~~~~
  81. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_pair.h:443:5: note: template argument deduction/substitution failed:
  82. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  83. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  84. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  85. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  86. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  87. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  88. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::pair<_T1, _T2>' and 'char'
  89. { return *__it == _M_value; }
  90. ~~~~~~^~~~~~~~~~~
  91. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  92. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  93. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  94. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  95. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  96. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  97. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:299:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)'
  98. operator==(const reverse_iterator<_Iterator>& __x,
  99. ^~~~~~~~
  100. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:299:5: note: template argument deduction/substitution failed:
  101. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  102. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  103. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  104. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  105. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  106. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  107. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'char'
  108. { return *__it == _M_value; }
  109. ~~~~~~^~~~~~~~~~~
  110. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  111. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  112. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  113. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  114. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  115. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  116. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:337:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)'
  117. operator==(const reverse_iterator<_IteratorL>& __x,
  118. ^~~~~~~~
  119. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:337:5: note: template argument deduction/substitution failed:
  120. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  121. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  122. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  123. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  124. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  125. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  126. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::reverse_iterator<_Iterator>' and 'char'
  127. { return *__it == _M_value; }
  128. ~~~~~~^~~~~~~~~~~
  129. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  130. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  131. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  132. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  133. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  134. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  135. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:1112:5: note: candidate: 'template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)'
  136. operator==(const move_iterator<_IteratorL>& __x,
  137. ^~~~~~~~
  138. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:1112:5: note: template argument deduction/substitution failed:
  139. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  140. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  141. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  142. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  143. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  144. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  145. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::move_iterator<_IteratorL>' and 'char'
  146. { return *__it == _M_value; }
  147. ~~~~~~^~~~~~~~~~~
  148. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:67,
  149. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  150. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  151. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  152. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  153. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  154. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:1118:5: note: candidate: 'template<class _Iterator> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)'
  155. operator==(const move_iterator<_Iterator>& __x,
  156. ^~~~~~~~
  157. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_iterator.h:1118:5: note: template argument deduction/substitution failed:
  158. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  159. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  160. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  161. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  162. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  163. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  164. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::move_iterator<_IteratorL>' and 'char'
  165. { return *__it == _M_value; }
  166. ~~~~~~^~~~~~~~~~~
  167. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:40,
  168. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  169. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  170. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  171. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  172. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\postypes.h:216:5: note: candidate: 'template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)'
  173. operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
  174. ^~~~~~~~
  175. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\postypes.h:216:5: note: template argument deduction/substitution failed:
  176. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  177. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  178. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  179. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  180. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  181. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  182. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::fpos<_StateT>' and 'char'
  183. { return *__it == _M_value; }
  184. ~~~~~~^~~~~~~~~~~
  185. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:41,
  186. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  187. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  188. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  189. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\allocator.h:146:5: note: candidate: 'template<class _T1, class _T2> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_T2>&)'
  190. operator==(const allocator<_T1>&, const allocator<_T2>&)
  191. ^~~~~~~~
  192. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\allocator.h:146:5: note: template argument deduction/substitution failed:
  193. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  194. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  195. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  196. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  197. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  198. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  199. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::allocator<_CharT>' and 'char'
  200. { return *__it == _M_value; }
  201. ~~~~~~^~~~~~~~~~~
  202. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:41,
  203. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  204. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  205. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  206. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\allocator.h:152:5: note: candidate: 'template<class _Tp> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_CharT>&)'
  207. operator==(const allocator<_Tp>&, const allocator<_Tp>&)
  208. ^~~~~~~~
  209. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\allocator.h:152:5: note: template argument deduction/substitution failed:
  210. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  211. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  212. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  213. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  214. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  215. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  216. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::allocator<_CharT>' and 'char'
  217. { return *__it == _M_value; }
  218. ~~~~~~^~~~~~~~~~~
  219. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52,
  220. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  221. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  222. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  223. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6039:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
  224. operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  225. ^~~~~~~~
  226. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6039:5: note: template argument deduction/substitution failed:
  227. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  228. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  229. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  230. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  231. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  232. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  233. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>' and 'char'
  234. { return *__it == _M_value; }
  235. ~~~~~~^~~~~~~~~~~
  236. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52,
  237. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  238. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  239. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  240. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6047:5: note: candidate: 'template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::__cxx11::basic_string<_CharT>&, const std::__cxx11::basic_string<_CharT>&)'
  241. operator==(const basic_string<_CharT>& __lhs,
  242. ^~~~~~~~
  243. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6047:5: note: template argument deduction/substitution failed:
  244. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  245. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  246. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  247. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  248. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  249. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  250. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::__cxx11::basic_string<_CharT>' and 'char'
  251. { return *__it == _M_value; }
  252. ~~~~~~^~~~~~~~~~~
  253. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52,
  254. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  255. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  256. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  257. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6061:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)'
  258. operator==(const _CharT* __lhs,
  259. ^~~~~~~~
  260. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6061:5: note: template argument deduction/substitution failed:
  261. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  262. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  263. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  264. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  265. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  266. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  267. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const _CharT*' and 'char'
  268. { return *__it == _M_value; }
  269. ~~~~~~^~~~~~~~~~~
  270. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:52,
  271. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  272. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  273. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  274. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6073:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)'
  275. operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  276. ^~~~~~~~
  277. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_string.h:6073:5: note: template argument deduction/substitution failed:
  278. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  279. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  280. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  281. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  282. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  283. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  284. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>' and 'char'
  285. { return *__it == _M_value; }
  286. ~~~~~~^~~~~~~~~~~
  287. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\vector:64,
  288. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:9,
  289. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  290. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  291. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_vector.h:1753:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)'
  292. operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
  293. ^~~~~~~~
  294. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_vector.h:1753:5: note: template argument deduction/substitution failed:
  295. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  296. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  297. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  298. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  299. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  300. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  301. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::vector<_Tp, _Alloc>' and 'char'
  302. { return *__it == _M_value; }
  303. ~~~~~~^~~~~~~~~~~
  304. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\ios_base.h:46,
  305. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ios:42,
  306. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ostream:38,
  307. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iostream:39,
  308. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:5,
  309. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  310. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:292:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_code&)'
  311. operator==(const error_code& __lhs, const error_code& __rhs) noexcept
  312. ^~~~~~~~
  313. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:292:3: note: no known conversion for argument 1 from 'char' to 'const std::error_code&'
  314. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:297:3: note: candidate: 'bool std::operator==(const std::error_code&, const std::error_condition&)'
  315. operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
  316. ^~~~~~~~
  317. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:297:3: note: no known conversion for argument 1 from 'char' to 'const std::error_code&'
  318. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:304:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_code&)'
  319. operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
  320. ^~~~~~~~
  321. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:304:3: note: no known conversion for argument 1 from 'char' to 'const std::error_condition&'
  322. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:311:3: note: candidate: 'bool std::operator==(const std::error_condition&, const std::error_condition&)'
  323. operator==(const error_condition& __lhs,
  324. ^~~~~~~~
  325. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\system_error:311:3: note: no known conversion for argument 1 from 'char' to 'const std::error_condition&'
  326. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_facets.h:48,
  327. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\basic_ios.h:37,
  328. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ios:44,
  329. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\ostream:38,
  330. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iostream:39,
  331. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:5,
  332. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  333. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\streambuf_iterator.h:203:5: note: candidate: 'template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)'
  334. operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
  335. ^~~~~~~~
  336. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\streambuf_iterator.h:203:5: note: template argument deduction/substitution failed:
  337. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  338. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  339. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  340. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  341. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  342. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  343. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::istreambuf_iterator<_CharT, _Traits>' and 'char'
  344. { return *__it == _M_value; }
  345. ~~~~~~^~~~~~~~~~~
  346. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\tuple:39,
  347. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:37,
  348. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_conv.h:41,
  349. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\locale:43,
  350. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iomanip:43,
  351. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:6,
  352. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  353. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\array:252:5: note: candidate: 'template<class _Tp, unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)'
  354. operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
  355. ^~~~~~~~
  356. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\array:252:5: note: template argument deduction/substitution failed:
  357. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  358. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  359. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  360. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  361. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  362. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  363. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::array<_Tp, _Nm>' and 'char'
  364. { return *__it == _M_value; }
  365. ~~~~~~^~~~~~~~~~~
  366. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:37,
  367. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_conv.h:41,
  368. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\locale:43,
  369. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iomanip:43,
  370. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:6,
  371. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  372. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\tuple:1413:5: note: candidate: 'template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Tps ...>&, const std::tuple<_Elements ...>&)'
  373. operator==(const tuple<_TElements...>& __t,
  374. ^~~~~~~~
  375. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\tuple:1413:5: note: template argument deduction/substitution failed:
  376. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  377. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  378. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  379. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  380. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  381. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  382. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::tuple<_Tps ...>' and 'char'
  383. { return *__it == _M_value; }
  384. ~~~~~~^~~~~~~~~~~
  385. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_conv.h:41,
  386. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\locale:43,
  387. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iomanip:43,
  388. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:6,
  389. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  390. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:689:5: note: candidate: 'template<class _Tp, class _Dp, class _Up, class _Ep> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, const std::unique_ptr<_Up, _Ep>&)'
  391. operator==(const unique_ptr<_Tp, _Dp>& __x,
  392. ^~~~~~~~
  393. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:689:5: note: template argument deduction/substitution failed:
  394. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  395. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  396. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  397. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  398. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  399. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  400. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::unique_ptr<_Tp, _Dp>' and 'char'
  401. { return *__it == _M_value; }
  402. ~~~~~~^~~~~~~~~~~
  403. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_conv.h:41,
  404. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\locale:43,
  405. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iomanip:43,
  406. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:6,
  407. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  408. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:695:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(const std::unique_ptr<_Tp, _Dp>&, std::nullptr_t)'
  409. operator==(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
  410. ^~~~~~~~
  411. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:695:5: note: template argument deduction/substitution failed:
  412. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  413. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  414. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  415. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  416. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  417. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  418. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: mismatched types 'const std::unique_ptr<_Tp, _Dp>' and 'char'
  419. { return *__it == _M_value; }
  420. ~~~~~~^~~~~~~~~~~
  421. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\locale_conv.h:41,
  422. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\locale:43,
  423. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\iomanip:43,
  424. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:6,
  425. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  426. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:700:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator==(std::nullptr_t, const std::unique_ptr<_Tp, _Dp>&)'
  427. operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept
  428. ^~~~~~~~
  429. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\unique_ptr.h:700:5: note: template argument deduction/substitution failed:
  430. In file included from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\stl_algobase.h:71,
  431. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:39,
  432. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  433. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/constants.h:8,
  434. from C:/Users/Satan/Desktop/Skola/UNIVER~1/INTROC~1/master/NyLabb/Project/include/Prototypes.h:4,
  435. from C:\Users\Satan\Desktop\Skola\Universitet\Intro C++\master\NyLabb\Project\src\Definitions.cpp:1:
  436. c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\predefined_ops.h:241:17: note: 'const std::__cxx11::basic_string<char>' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  437. { return *__it == _M_value; }
  438. ~~~~~~^~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement