Advertisement
Guest User

Untitled

a guest
Nov 25th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.80 KB | None | 0 0
  1. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::array<_Tp, _Nm>'
  2. || (__p.has_root_name() && __p.root_name() != root_name()))
  3. ^
  4.  
  5. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:37,
  6. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:80,
  7. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  8. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  9. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  10. from C:\opencv\install\include/opencv2/core.hpp:53,
  11. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  12. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  13. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/tuple:1439:5: note: candidate: 'template<class ... _TElements, class ... _UElements> constexpr bool std::operator!=(const std::tuple<_Tps ...>&, const std::tuple<_Elements ...>&)'
  14. operator!=(const tuple<_TElements...>& __t,
  15. ^~~~~~~~
  16.  
  17. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/tuple:1439:5: note: template argument deduction/substitution failed:
  18. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  19. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  20. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::tuple<_Tps ...>'
  21. || (__p.has_root_name() && __p.root_name() != root_name()))
  22. ^
  23.  
  24. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:80,
  25. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  26. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  27. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  28. from C:\opencv\install\include/opencv2/core.hpp:53,
  29. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  30. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  31. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:706: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>&)'
  32. operator!=(const unique_ptr<_Tp, _Dp>& __x,
  33. ^~~~~~~~
  34.  
  35. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:706:5: note: template argument deduction/substitution failed:
  36. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  37. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  38. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  39. || (__p.has_root_name() && __p.root_name() != root_name()))
  40. ^
  41.  
  42. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:80,
  43. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  44. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  45. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  46. from C:\opencv\install\include/opencv2/core.hpp:53,
  47. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  48. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  49. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:712:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator!=(const std::unique_ptr<_Tp, _Dp>&, std::nullptr_t)'
  50. operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
  51. ^~~~~~~~
  52.  
  53. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:712:5: note: template argument deduction/substitution failed:
  54. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  55. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  56. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  57. || (__p.has_root_name() && __p.root_name() != root_name()))
  58. ^
  59.  
  60. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:80,
  61. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  62. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  63. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  64. from C:\opencv\install\include/opencv2/core.hpp:53,
  65. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  66. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  67. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:717:5: note: candidate: 'template<class _Tp, class _Dp> bool std::operator!=(std::nullptr_t, const std::unique_ptr<_Tp, _Dp>&)'
  68. operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept
  69. ^~~~~~~~
  70. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unique_ptr.h:717:5: note: template argument deduction/substitution failed:
  71.  
  72. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  73. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  74. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::unique_ptr<_Tp, _Dp>'
  75. || (__p.has_root_name() && __p.root_name() != root_name()))
  76. ^
  77.  
  78. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:52,
  79. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  80. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  81. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  82. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  83. from C:\opencv\install\include/opencv2/core.hpp:53,
  84. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  85. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  86. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1422:5: note: candidate: 'template<class _Tp1, class _Tp2, __gnu_cxx::_Lock_policy _Lp> bool std::operator!=(const std::__shared_ptr<_Tp1, _Lp>&, const std::__shared_ptr<_Tp2, _Lp>&)'
  87. operator!=(const __shared_ptr<_Tp1, _Lp>& __a,
  88. ^~~~~~~~
  89.  
  90. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1422:5: note: template argument deduction/substitution failed:
  91. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  92. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  93. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::__shared_ptr<_Tp1, _Lp>'
  94. || (__p.has_root_name() && __p.root_name() != root_name()))
  95. ^
  96.  
  97. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:52,
  98. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  99. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  100. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  101. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  102. from C:\opencv\install\include/opencv2/core.hpp:53,
  103. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  104. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  105. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1428:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator!=(const std::__shared_ptr<_Tp, _Lp>&, std::nullptr_t)'
  106. operator!=(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
  107. ^~~~~~~~
  108.  
  109. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1428:5: note: template argument deduction/substitution failed:
  110. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  111. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  112. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  113. || (__p.has_root_name() && __p.root_name() != root_name()))
  114. ^
  115.  
  116. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:52,
  117. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  118. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  119. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  120. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  121. from C:\opencv\install\include/opencv2/core.hpp:53,
  122. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  123. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  124. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1433:5: note: candidate: 'template<class _Tp, __gnu_cxx::_Lock_policy _Lp> bool std::operator!=(std::nullptr_t, const std::__shared_ptr<_Tp, _Lp>&)'
  125. operator!=(nullptr_t, const __shared_ptr<_Tp, _Lp>& __a) noexcept
  126. ^~~~~~~~
  127. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr_base.h:1433:5: note: template argument deduction/substitution failed:
  128.  
  129. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  130. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  131. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::__shared_ptr<_Tp, _Lp>'
  132. || (__p.has_root_name() && __p.root_name() != root_name()))
  133. ^
  134.  
  135. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  136. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  137. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  138. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  139. from C:\opencv\install\include/opencv2/core.hpp:53,
  140. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  141. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  142. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:399:5: note: candidate: 'template<class _Tp, class _Up> bool std::operator!=(const std::shared_ptr<_Tp>&, const std::shared_ptr<_Tp>&)'
  143. operator!=(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
  144. ^~~~~~~~
  145.  
  146. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:399:5: note: template argument deduction/substitution failed:
  147. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  148. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  149. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::shared_ptr<_Tp>'
  150. || (__p.has_root_name() && __p.root_name() != root_name()))
  151. ^
  152.  
  153. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  154. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  155. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  156. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  157. from C:\opencv\install\include/opencv2/core.hpp:53,
  158. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  159. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  160. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:404:5: note: candidate: 'template<class _Tp> bool std::operator!=(const std::shared_ptr<_Tp>&, std::nullptr_t)'
  161. operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
  162. ^~~~~~~~
  163. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:404:5: note: template argument deduction/substitution failed:
  164.  
  165. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  166. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  167. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::shared_ptr<_Tp>'
  168. || (__p.has_root_name() && __p.root_name() != root_name()))
  169. ^
  170.  
  171. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/memory:81,
  172. from C:\opencv\install\include/opencv2/core/cvstd_wrapper.hpp:11,
  173. from C:\opencv\install\include/opencv2/core/cvstd.hpp:81,
  174. from C:\opencv\install\include/opencv2/core/base.hpp:58,
  175. from C:\opencv\install\include/opencv2/core.hpp:53,
  176. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  177. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  178. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:409:5: note: candidate: 'template<class _Tp> bool std::operator!=(std::nullptr_t, const std::shared_ptr<_Tp>&)'
  179. operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
  180. ^~~~~~~~
  181. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/shared_ptr.h:409:5: note: template argument deduction/substitution failed:
  182.  
  183. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  184. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  185. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::shared_ptr<_Tp>'
  186. || (__p.has_root_name() && __p.root_name() != root_name()))
  187. ^
  188.  
  189. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/vector:64,
  190. from C:\opencv\install\include/opencv2/core/types.hpp:53,
  191. from C:\opencv\install\include/opencv2/core.hpp:57,
  192. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  193. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  194. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_vector.h:1772:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator!=(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)'
  195. operator!=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
  196. ^~~~~~~~
  197.  
  198. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_vector.h:1772:5: note: template argument deduction/substitution failed:
  199. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  200. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  201. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::vector<_Tp, _Alloc>'
  202. || (__p.has_root_name() && __p.root_name() != root_name()))
  203. ^
  204.  
  205. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/ios_base.h:46,
  206. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/ios:42,
  207. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/istream:38,
  208. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/sstream:38,
  209. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:45,
  210. from C:\opencv\install\include/opencv2/core/cvstd.inl.hpp:47,
  211. from C:\opencv\install\include/opencv2/core.hpp:3306,
  212. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  213. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  214. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:319:3: note: candidate: 'bool std::operator!=(const std::error_code&, const std::error_code&)'
  215. operator!=(const error_code& __lhs, const error_code& __rhs) noexcept
  216. ^~~~~~~~
  217.  
  218. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:319:3: note: no known conversion for argument 1 from 'std::filesystem::__cxx11::path' to 'const std::error_code&'
  219. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:323:3: note: candidate: 'bool std::operator!=(const std::error_code&, const std::error_condition&)'
  220. operator!=(const error_code& __lhs, const error_condition& __rhs) noexcept
  221. ^~~~~~~~
  222. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:323:3: note: no known conversion for argument 1 from 'std::filesystem::__cxx11::path' to 'const std::error_code&'
  223.  
  224. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:327:3: note: candidate: 'bool std::operator!=(const std::error_condition&, const std::error_code&)'
  225. operator!=(const error_condition& __lhs, const error_code& __rhs) noexcept
  226. ^~~~~~~~
  227. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:327:3: note: no known conversion for argument 1 from 'std::filesystem::__cxx11::path' to 'const std::error_condition&'
  228.  
  229. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:331:3: note: candidate: 'bool std::operator!=(const std::error_condition&, const std::error_condition&)'
  230. operator!=(const error_condition& __lhs,
  231. ^~~~~~~~
  232.  
  233. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/system_error:331:3: note: no known conversion for argument 1 from 'std::filesystem::__cxx11::path' to 'const std::error_condition&'
  234.  
  235. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/locale_facets.h:48,
  236. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/basic_ios.h:37,
  237. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/ios:44,
  238. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/istream:38,
  239. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/sstream:38,
  240. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:45,
  241. from C:\opencv\install\include/opencv2/core/cvstd.inl.hpp:47,
  242. from C:\opencv\install\include/opencv2/core.hpp:3306,
  243. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  244. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  245. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/streambuf_iterator.h:209:5: note: candidate: 'template<class _CharT, class _Traits> bool std::operator!=(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)'
  246. operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
  247. ^~~~~~~~
  248.  
  249. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/streambuf_iterator.h:209:5: note: template argument deduction/substitution failed:
  250. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  251. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  252. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::istreambuf_iterator<_CharT, _Traits>'
  253. || (__p.has_root_name() && __p.root_name() != root_name()))
  254. ^
  255.  
  256. In file included from C:\opencv\install\include/opencv2/core/cvstd.inl.hpp:47,
  257. from C:\opencv\install\include/opencv2/core.hpp:3306,
  258. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  259. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  260. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:476:5: note: candidate: 'template<class _Tp> constexpr bool std::operator!=(const std::complex<_Tp>&, const std::complex<_Tp>&)'
  261. operator!=(const complex<_Tp>& __x, const complex<_Tp>& __y)
  262. ^~~~~~~~
  263.  
  264. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:476:5: note: template argument deduction/substitution failed:
  265. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  266. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  267. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::complex<_Tp>'
  268. || (__p.has_root_name() && __p.root_name() != root_name()))
  269. ^
  270.  
  271. In file included from C:\opencv\install\include/opencv2/core/cvstd.inl.hpp:47,
  272. from C:\opencv\install\include/opencv2/core.hpp:3306,
  273. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  274. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  275. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:481:5: note: candidate: 'template<class _Tp> constexpr bool std::operator!=(const std::complex<_Tp>&, const _Tp&)'
  276. operator!=(const complex<_Tp>& __x, const _Tp& __y)
  277. ^~~~~~~~
  278.  
  279. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:481:5: note: template argument deduction/substitution failed:
  280. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  281. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  282. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::complex<_Tp>'
  283. || (__p.has_root_name() && __p.root_name() != root_name()))
  284. ^
  285.  
  286. In file included from C:\opencv\install\include/opencv2/core/cvstd.inl.hpp:47,
  287. from C:\opencv\install\include/opencv2/core.hpp:3306,
  288. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  289. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  290. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:486:5: note: candidate: 'template<class _Tp> constexpr bool std::operator!=(const _Tp&, const std::complex<_Tp>&)'
  291. operator!=(const _Tp& __x, const complex<_Tp>& __y)
  292. ^~~~~~~~
  293.  
  294. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/complex:486:5: note: template argument deduction/substitution failed:
  295.  
  296. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  297. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  298. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::complex<_Tp>'
  299. || (__p.has_root_name() && __p.root_name() != root_name()))
  300. ^
  301.  
  302. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:59,
  303. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  304. from C:\opencv\install\include/opencv2/core.hpp:3307,
  305. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  306. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  307. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/std_function.h:763:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator!=(const std::function<_Res(_ArgTypes ...)>&, std::nullptr_t)'
  308. operator!=(const function<_Res(_Args...)>& __f, nullptr_t) noexcept
  309. ^~~~~~~~
  310.  
  311. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/std_function.h:763:5: note: template argument deduction/substitution failed:
  312.  
  313. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  314. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  315. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  316. || (__p.has_root_name() && __p.root_name() != root_name()))
  317. ^
  318.  
  319. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:59,
  320. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  321. from C:\opencv\install\include/opencv2/core.hpp:3307,
  322. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  323. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  324. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/std_function.h:769:5: note: candidate: 'template<class _Res, class ... _Args> bool std::operator!=(std::nullptr_t, const std::function<_Res(_ArgTypes ...)>&)'
  325. operator!=(nullptr_t, const function<_Res(_Args...)>& __f) noexcept
  326. ^~~~~~~~
  327. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/std_function.h:769:5: note: template argument deduction/substitution failed:
  328.  
  329. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  330. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  331. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::function<_Res(_ArgTypes ...)>'
  332. || (__p.has_root_name() && __p.root_name() != root_name()))
  333. ^
  334.  
  335. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/node_handle.h:39,
  336. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/hashtable.h:37,
  337. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:46,
  338. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  339. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  340. from C:\opencv\install\include/opencv2/core.hpp:3307,
  341. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  342. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  343. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1324:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Tp>() != declval<_Up>()))> std::operator!=(const std::optional<_Tp>&, const std::optional<_Up>&)'
  344. operator!=(const optional<_Tp>& __lhs, const optional<_Up>& __rhs)
  345. ^~~~~~~~
  346.  
  347. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1324:5: note: template argument deduction/substitution failed:
  348. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  349. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  350. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::optional<_Tp>'
  351. || (__p.has_root_name() && __p.root_name() != root_name()))
  352. ^
  353.  
  354. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/node_handle.h:39,
  355. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/hashtable.h:37,
  356. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:46,
  357. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  358. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  359. from C:\opencv\install\include/opencv2/core.hpp:3307,
  360. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  361. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  362. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1376:5: note: candidate: 'template<class _Tp> constexpr bool std::operator!=(const std::optional<_Tp>&, std::nullopt_t)'
  363. operator!=(const optional<_Tp>& __lhs, nullopt_t) noexcept
  364. ^~~~~~~~
  365.  
  366. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1376:5: note: template argument deduction/substitution failed:
  367. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  368. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  369. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::optional<_Tp>'
  370. || (__p.has_root_name() && __p.root_name() != root_name()))
  371. ^
  372.  
  373. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/node_handle.h:39,
  374. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/hashtable.h:37,
  375. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:46,
  376. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  377. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  378. from C:\opencv\install\include/opencv2/core.hpp:3307,
  379. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  380. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  381. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1381:5: note: candidate: 'template<class _Tp> constexpr bool std::operator!=(std::nullopt_t, const std::optional<_Tp>&)'
  382. operator!=(nullopt_t, const optional<_Tp>& __rhs) noexcept
  383. ^~~~~~~~
  384.  
  385. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1381:5: note: template argument deduction/substitution failed:
  386. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  387. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  388. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::optional<_Tp>'
  389. || (__p.has_root_name() && __p.root_name() != root_name()))
  390. ^
  391.  
  392. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/node_handle.h:39,
  393. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/hashtable.h:37,
  394. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:46,
  395. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  396. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  397. from C:\opencv\install\include/opencv2/core.hpp:3307,
  398. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  399. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  400. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1439:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Tp>() != declval<_Up>()))> std::operator!=(const std::optional<_Tp>&, const _Up&)'
  401. operator!=(const optional<_Tp>& __lhs, const _Up& __rhs)
  402. ^~~~~~~~
  403.  
  404. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1439:5: note: template argument deduction/substitution failed:
  405. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  406. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  407. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::optional<_Tp>'
  408. || (__p.has_root_name() && __p.root_name() != root_name()))
  409. ^
  410.  
  411. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/node_handle.h:39,
  412. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/hashtable.h:37,
  413. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:46,
  414. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  415. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  416. from C:\opencv\install\include/opencv2/core.hpp:3307,
  417. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  418. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  419. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1445:5: note: candidate: 'template<class _Tp, class _Up> constexpr std::__optional_relop_t<decltype ((declval<_Up>() != declval<_Tp>()))> std::operator!=(const _Up&, const std::optional<_Tp>&)'
  420. operator!=(const _Up& __lhs, const optional<_Tp>& __rhs)
  421. ^~~~~~~~
  422.  
  423. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/optional:1445:5: note: template argument deduction/substitution failed:
  424. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  425. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  426. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::optional<_Tp>'
  427. || (__p.has_root_name() && __p.root_name() != root_name()))
  428. ^
  429. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:47,
  430. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  431. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  432. from C:\opencv\install\include/opencv2/core.hpp:3307,
  433. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  434. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  435. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unordered_map.h:2070:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator!=(const std::unordered_map<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&, const std::unordered_map<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&)'
  436. operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
  437. ^~~~~~~~
  438. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unordered_map.h:2070:5: note: template argument deduction/substitution failed:
  439. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  440. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  441. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::unordered_map<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>'
  442. || (__p.has_root_name() && __p.root_name() != root_name()))
  443. ^
  444. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/unordered_map:47,
  445. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/functional:61,
  446. from C:\opencv\install\include/opencv2/core/utility.hpp:59,
  447. from C:\opencv\install\include/opencv2/core.hpp:3307,
  448. from C:\opencv\install\include/opencv2\opencv.hpp:52,
  449. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  450. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unordered_map.h:2082:5: note: candidate: 'template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> bool std::operator!=(const std::unordered_multimap<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&, const std::unordered_multimap<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&)'
  451. operator!=(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
  452. ^~~~~~~~
  453. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/unordered_map.h:2082:5: note: template argument deduction/substitution failed:
  454. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  455. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  456. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::unordered_multimap<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>'
  457. || (__p.has_root_name() && __p.root_name() != root_name()))
  458. ^
  459. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/map:60,
  460. from C:\opencv\install\include/opencv2/dnn/dict.hpp:43,
  461. from C:\opencv\install\include/opencv2/dnn/dnn.hpp:51,
  462. from C:\opencv\install\include/opencv2/dnn.hpp:76,
  463. from C:\opencv\install\include/opencv2\opencv.hpp:62,
  464. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  465. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_tree.h:412:5: note: candidate: 'template<class _Val> bool std::operator!=(const std::_Rb_tree_iterator<_Tp>&, const std::_Rb_tree_const_iterator<_Val>&)'
  466. operator!=(const _Rb_tree_iterator<_Val>& __x,
  467. ^~~~~~~~
  468. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_tree.h:412:5: note: template argument deduction/substitution failed:
  469. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  470. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  471. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::_Rb_tree_iterator<_Tp>'
  472. || (__p.has_root_name() && __p.root_name() != root_name()))
  473. ^
  474. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/map:60,
  475. from C:\opencv\install\include/opencv2/dnn/dict.hpp:43,
  476. from C:\opencv\install\include/opencv2/dnn/dnn.hpp:51,
  477. from C:\opencv\install\include/opencv2/dnn.hpp:76,
  478. from C:\opencv\install\include/opencv2\opencv.hpp:62,
  479. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  480. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_tree.h:1569:5: note: candidate: 'template<class _Key, class _Val, class _KeyOfValue, class _Compare, class _Alloc> bool std::operator!=(const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&)'
  481. operator!=(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
  482. ^~~~~~~~
  483. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_tree.h:1569:5: note: template argument deduction/substitution failed:
  484. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  485. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  486. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>'
  487. || (__p.has_root_name() && __p.root_name() != root_name()))
  488. ^
  489. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/map:61,
  490. from C:\opencv\install\include/opencv2/dnn/dict.hpp:43,
  491. from C:\opencv\install\include/opencv2/dnn/dnn.hpp:51,
  492. from C:\opencv\install\include/opencv2/dnn.hpp:76,
  493. from C:\opencv\install\include/opencv2\opencv.hpp:62,
  494. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  495. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_map.h:1459:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator!=(const std::map<_Key, _Tp, _Compare, _Allocator>&, const std::map<_Key, _Tp, _Compare, _Allocator>&)'
  496. operator!=(const map<_Key, _Tp, _Compare, _Alloc>& __x,
  497. ^~~~~~~~
  498. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_map.h:1459:5: note: template argument deduction/substitution failed:
  499. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  500. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  501. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::map<_Key, _Tp, _Compare, _Allocator>'
  502. || (__p.has_root_name() && __p.root_name() != root_name()))
  503. ^
  504. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/map:62,
  505. from C:\opencv\install\include/opencv2/dnn/dict.hpp:43,
  506. from C:\opencv\install\include/opencv2/dnn/dnn.hpp:51,
  507. from C:\opencv\install\include/opencv2/dnn.hpp:76,
  508. from C:\opencv\install\include/opencv2\opencv.hpp:62,
  509. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  510. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_multimap.h:1124:5: note: candidate: 'template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator!=(const std::multimap<_Key, _Tp, _Compare, _Allocator>&, const std::multimap<_Key, _Tp, _Compare, _Allocator>&)'
  511. operator!=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
  512. ^~~~~~~~
  513. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_multimap.h:1124:5: note: template argument deduction/substitution failed:
  514. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  515. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  516. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Allocator>'
  517. || (__p.has_root_name() && __p.root_name() != root_name()))
  518. ^
  519.  
  520. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/set:61,
  521. from C:\opencv\install\include/opencv2/flann/result_set.h:40,
  522. from C:\opencv\install\include/opencv2/flann/nn_index.h:35,
  523. from C:\opencv\install\include/opencv2/flann/saving.h:38,
  524. from C:\opencv\install\include/opencv2/flann/flann_base.hpp:42,
  525. from C:\opencv\install\include/opencv2/flann.hpp:48,
  526. from C:\opencv\install\include/opencv2\opencv.hpp:65,
  527. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  528. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_set.h:982:5: note: candidate: 'template<class _Key, class _Compare, class _Alloc> bool std::operator!=(const std::set<_Key, _Compare, _Allocator>&, const std::set<_Key, _Compare, _Allocator>&)'
  529. operator!=(const set<_Key, _Compare, _Alloc>& __x,
  530. ^~~~~~~~
  531. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_set.h:982:5: note: template argument deduction/substitution failed:
  532. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  533. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  534. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::set<_Key, _Compare, _Allocator>'
  535. || (__p.has_root_name() && __p.root_name() != root_name()))
  536. ^
  537. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/set:62,
  538. from C:\opencv\install\include/opencv2/flann/result_set.h:40,
  539. from C:\opencv\install\include/opencv2/flann/nn_index.h:35,
  540. from C:\opencv\install\include/opencv2/flann/saving.h:38,
  541. from C:\opencv\install\include/opencv2/flann/flann_base.hpp:42,
  542. from C:\opencv\install\include/opencv2/flann.hpp:48,
  543. from C:\opencv\install\include/opencv2\opencv.hpp:65,
  544. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  545. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_multiset.h:967:5: note: candidate: 'template<class _Key, class _Compare, class _Alloc> bool std::operator!=(const std::multiset<_Key, _Compare, _Allocator>&, const std::multiset<_Key, _Compare, _Allocator>&)'
  546. operator!=(const multiset<_Key, _Compare, _Alloc>& __x,
  547. ^~~~~~~~
  548. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_multiset.h:967:5: note: template argument deduction/substitution failed:
  549. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  550. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  551. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::multiset<_Key, _Compare, _Allocator>'
  552. || (__p.has_root_name() && __p.root_name() != root_name()))
  553. ^
  554.  
  555. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/list:63,
  556. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:46,
  557. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  558. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  559. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  560. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  561. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_list.h:350:5: note: candidate: 'template<class _Val> bool std::operator!=(const std::_List_iterator<_Tp>&, const std::_List_const_iterator<_Tp>&)'
  562. operator!=(const _List_iterator<_Val>& __x,
  563. ^~~~~~~~
  564.  
  565. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_list.h:350:5: note: template argument deduction/substitution failed:
  566. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  567. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  568. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::_List_iterator<_Tp>'
  569. || (__p.has_root_name() && __p.root_name() != root_name()))
  570. ^
  571.  
  572. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/list:63,
  573. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:46,
  574. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  575. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  576. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  577. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  578. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_list.h:2027:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator!=(const std::__cxx11::list<_Tp, _Alloc>&, const std::__cxx11::list<_Tp, _Alloc>&)'
  579. operator!=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)
  580. ^~~~~~~~
  581.  
  582. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_list.h:2027:5: note: template argument deduction/substitution failed:
  583. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  584. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  585. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::__cxx11::list<_Tp, _Alloc>'
  586. || (__p.has_root_name() && __p.root_name() != root_name()))
  587. ^
  588.  
  589. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/deque:64,
  590. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/queue:60,
  591. from C:\opencv\install\include/opencv2/stitching/detail/util_inl.hpp:46,
  592. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:119,
  593. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  594. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  595. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  596. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  597. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:281:5: note: candidate: 'template<class _Tp, class _Ref, class _Ptr> bool std::operator!=(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)'
  598. operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
  599. ^~~~~~~~
  600. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:281:5: note: template argument deduction/substitution failed:
  601.  
  602. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  603. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  604. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  605. || (__p.has_root_name() && __p.root_name() != root_name()))
  606. ^
  607. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/deque:64,
  608. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/queue:60,
  609. from C:\opencv\install\include/opencv2/stitching/detail/util_inl.hpp:46,
  610. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:119,
  611. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  612. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  613. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  614. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  615. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:288:5: note: candidate: 'template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator!=(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)'
  616. operator!=(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
  617. ^~~~~~~~
  618. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:288:5: note: template argument deduction/substitution failed:
  619. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  620. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  621. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>'
  622. || (__p.has_root_name() && __p.root_name() != root_name()))
  623. ^
  624.  
  625. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/deque:64,
  626. from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/queue:60,
  627. from C:\opencv\install\include/opencv2/stitching/detail/util_inl.hpp:46,
  628. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:119,
  629. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  630. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  631. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  632. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  633. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:2303:5: note: candidate: 'template<class _Tp, class _Alloc> bool std::operator!=(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)'
  634. operator!=(const deque<_Tp, _Alloc>& __x,
  635. ^~~~~~~~
  636.  
  637. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_deque.h:2303:5: note: template argument deduction/substitution failed:
  638. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  639. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  640. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::deque<_Tp, _Alloc>'
  641. || (__p.has_root_name() && __p.root_name() != root_name()))
  642. ^
  643.  
  644. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/queue:64,
  645. from C:\opencv\install\include/opencv2/stitching/detail/util_inl.hpp:46,
  646. from C:\opencv\install\include/opencv2/stitching/detail/util.hpp:119,
  647. from C:\opencv\install\include/opencv2/stitching/detail/motion_estimators.hpp:48,
  648. from C:\opencv\install\include/opencv2/stitching.hpp:50,
  649. from C:\opencv\install\include/opencv2\opencv.hpp:86,
  650. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:1:
  651. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_queue.h:342:5: note: candidate: 'template<class _Tp, class _Seq> bool std::operator!=(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&)'
  652. operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
  653. ^~~~~~~~
  654. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/stl_queue.h:342:5: note: template argument deduction/substitution failed:
  655. In file included from C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/filesystem:37,
  656. from C:\Users\Lars\VSCodeProjects\C++\computervision\main.cpp:2:
  657. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:237:60: note: 'std::filesystem::__cxx11::path' is not derived from 'const std::queue<_Tp, _Seq>'
  658. || (__p.has_root_name() && __p.root_name() != root_name()))
  659. ^
  660.  
  661. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h: At global scope:
  662. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:511:18: error: specialization of 'std::filesystem::__cxx11::path::__is_encoded_char<wchar_t>' after instantiation
  663. struct path::__is_encoded_char<wchar_t> : std::true_type
  664. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  665.  
  666. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h: In function 'decltype (std::filesystem::__cxx11::path(__source, std::locale::classic())) std::filesystem::__cxx11::u8path(const _Source&)':
  667. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:589:68: error: no matching function for call to 'u8path(std::__cxx11::basic_string<char>::const_iterator, std::__cxx11::basic_string<char>::const_iterator)'
  668. return std::filesystem::u8path(__u8str.begin(), __u8str.end());
  669. ^
  670. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:584:5: note: candidate: 'template<class _Source> decltype (std::filesystem::__cxx11::path(__source, std::locale::classic())) std::filesystem::__cxx11::u8path(const _Source&)'
  671. u8path(const _Source& __source)
  672. ^~~~~~
  673. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:584:5: note: template argument deduction/substitution failed:
  674. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:589:68: note: candidate expects 1 argument, 2 provided
  675. return std::filesystem::u8path(__u8str.begin(), __u8str.end());
  676. ^
  677. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h: In function 'decltype (std::filesystem::__cxx11::path(__first, __last, std::locale::classic())) std::filesystem::__cxx11::u8path(_InputIterator, _InputIterator)':
  678. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:601:20: error: 'value_type' was not declared in this scope
  679. codecvt_utf8<value_type> __cvt;
  680. ^~~~~~~~~~
  681.  
  682. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:601:20: note: suggested alternative: 'false_type'
  683. codecvt_utf8<value_type> __cvt;
  684. ^~~~~~~~~~
  685. false_type
  686.  
  687. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:601:30: error: template argument 1 is invalid
  688. codecvt_utf8<value_type> __cvt;
  689. ^
  690.  
  691. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:602:7: error: 'string_type' was not declared in this scope
  692. string_type __tmp;
  693. ^~~~~~~~~~~
  694.  
  695. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:602:7: note: suggested alternative: 'string_view'
  696. string_type __tmp;
  697. ^~~~~~~~~~~
  698. string_view
  699.  
  700. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:603:45: error: '__tmp' was not declared in this scope
  701. if (__str_codecvt_in(__first, __last, __tmp, __cvt))
  702. ^~~~~
  703.  
  704. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:603:45: note: suggested alternative: 'rmtmp'
  705. if (__str_codecvt_in(__first, __last, __tmp, __cvt))
  706. ^~~~~
  707. rmtmp
  708.  
  709. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h: In member function 'int std::filesystem::__cxx11::path::compare(const string_type&) const':
  710. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1014:72: error: no matching function for call to 'std::filesystem::__cxx11::path::path(const string_type&)'
  711. path::compare(const string_type& __s) const { return compare(path(__s)); }
  712. ^
  713. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:402:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path::string_type, std::filesystem::__cxx11::path::_Type)'
  714. path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type)
  715. ^~~~
  716. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:402:5: note: candidate expects 2 arguments, 1 provided
  717. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:202:7: note: candidate: 'template<class _InputIterator, class _Require, class _Require2> std::filesystem::__cxx11::path::path(_InputIterator, _InputIterator, const std::locale&, std::filesystem::__cxx11::path::format)'
  718. path(_InputIterator __first, _InputIterator __last, const locale& __loc,
  719. ^~~~
  720. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:202:7: note: template argument deduction/substitution failed:
  721. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1014:72: note: candidate expects 4 arguments, 1 provided
  722. path::compare(const string_type& __s) const { return compare(path(__s)); }
  723. ^
  724. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:194:7: note: candidate: 'template<class _Source, class _Require, class _Require2> std::filesystem::__cxx11::path::path(const _Source&, const std::locale&, std::filesystem::__cxx11::path::format)'
  725. path(_Source const& __source, const locale& __loc, format = auto_format)
  726. ^~~~
  727.  
  728. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:194:7: note: template argument deduction/substitution failed:
  729. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1014:72: note: candidate expects 3 arguments, 1 provided
  730. path::compare(const string_type& __s) const { return compare(path(__s)); }
  731. ^
  732. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:187:7: note: candidate: 'template<class _InputIterator, class _Require> std::filesystem::__cxx11::path::path(_InputIterator, _InputIterator, std::filesystem::__cxx11::path::format)'
  733. path(_InputIterator __first, _InputIterator __last, format = auto_format)
  734. ^~~~
  735. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:187:7: note: template argument deduction/substitution failed:
  736. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1014:72: note: candidate expects 3 arguments, 1 provided
  737. path::compare(const string_type& __s) const { return compare(path(__s)); }
  738. ^
  739. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:180:7: note: candidate: 'template<class _Source, class _Require> std::filesystem::__cxx11::path::path(const _Source&, std::filesystem::__cxx11::path::format)'
  740. path(_Source const& __source, format = auto_format)
  741. ^~~~
  742. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:180:7: note: template argument deduction/substitution failed:
  743. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:174:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path::string_type&&, std::filesystem::__cxx11::path::format)' <near match>
  744. path(string_type&& __source, format = auto_format)
  745. ^~~~
  746. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:174:5: note: conversion of argument 1 would be ill-formed:
  747.  
  748. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1014:69: error: cannot bind rvalue reference of type 'std::filesystem::__cxx11::path::string_type&&' {aka 'std::__cxx11::basic_string<wchar_t>&&'} to lvalue of type 'const string_type' {aka 'const std::__cxx11::basic_string<wchar_t>'}
  749. path::compare(const string_type& __s) const { return compare(path(__s)); }
  750. ^~~
  751. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:167:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path&&)'
  752. path(path&& __p) noexcept
  753. ^~~~
  754. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:167:5: note: no known conversion for argument 1 from 'const string_type' {aka 'const std::__cxx11::basic_string<wchar_t>'} to 'std::filesystem::__cxx11::path&&'
  755. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:165:5: note: candidate: 'std::filesystem::__cxx11::path::path(const std::filesystem::__cxx11::path&)'
  756. path(const path& __p) = default;
  757. ^~~~
  758.  
  759. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:165:5: note: no known conversion for argument 1 from 'const string_type' {aka 'const std::__cxx11::basic_string<wchar_t>'} to 'const std::filesystem::__cxx11::path&'
  760. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:163:5: note: candidate: 'std::filesystem::__cxx11::path::path()'
  761. path() noexcept { }
  762. ^~~~
  763. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:163:5: note: candidate expects 0 arguments, 1 provided
  764.  
  765. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h: In member function 'int std::filesystem::__cxx11::path::compare(std::basic_string_view<wchar_t>) const':
  766. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1021:28: error: no matching function for call to 'std::filesystem::__cxx11::path::path(std::basic_string_view<wchar_t>&)'
  767. { return compare(path(__s)); }
  768. ^
  769. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:402:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path::string_type, std::filesystem::__cxx11::path::_Type)'
  770. path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type)
  771. ^~~~
  772.  
  773. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:402:5: note: candidate expects 2 arguments, 1 provided
  774. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:202:7: note: candidate: 'template<class _InputIterator, class _Require, class _Require2> std::filesystem::__cxx11::path::path(_InputIterator, _InputIterator, const std::locale&, std::filesystem::__cxx11::path::format)'
  775. path(_InputIterator __first, _InputIterator __last, const locale& __loc,
  776. ^~~~
  777. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:202:7: note: template argument deduction/substitution failed:
  778.  
  779. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1021:28: note: candidate expects 4 arguments, 1 provided
  780. { return compare(path(__s)); }
  781. ^
  782.  
  783. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:194:7: note: candidate: 'template<class _Source, class _Require, class _Require2> std::filesystem::__cxx11::path::path(const _Source&, const std::locale&, std::filesystem::__cxx11::path::format)'
  784. path(_Source const& __source, const locale& __loc, format = auto_format)
  785. ^~~~
  786. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:194:7: note: template argument deduction/substitution failed:
  787.  
  788. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1021:28: note: candidate expects 3 arguments, 1 provided
  789. { return compare(path(__s)); }
  790. ^
  791.  
  792. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:187:7: note: candidate: 'template<class _InputIterator, class _Require> std::filesystem::__cxx11::path::path(_InputIterator, _InputIterator, std::filesystem::__cxx11::path::format)'
  793. path(_InputIterator __first, _InputIterator __last, format = auto_format)
  794. ^~~~
  795. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:187:7: note: template argument deduction/substitution failed:
  796.  
  797. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:1021:28: note: candidate expects 3 arguments, 1 provided
  798. { return compare(path(__s)); }
  799. ^
  800. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:180:7: note: candidate: 'template<class _Source, class _Require> std::filesystem::__cxx11::path::path(const _Source&, std::filesystem::__cxx11::path::format)'
  801. path(_Source const& __source, format = auto_format)
  802. ^~~~
  803.  
  804. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:180:7: note: template argument deduction/substitution failed:
  805.  
  806. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:174:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path::string_type&&, std::filesystem::__cxx11::path::format)'
  807. path(string_type&& __source, format = auto_format)
  808. ^~~~
  809. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:174:5: note: no known conversion for argument 1 from 'std::basic_string_view<wchar_t>' to 'std::filesystem::__cxx11::path::string_type&&' {aka 'std::__cxx11::basic_string<wchar_t>&&'}
  810.  
  811. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:167:5: note: candidate: 'std::filesystem::__cxx11::path::path(std::filesystem::__cxx11::path&&)'
  812. path(path&& __p) noexcept
  813. ^~~~
  814. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:167:5: note: no known conversion for argument 1 from 'std::basic_string_view<wchar_t>' to 'std::filesystem::__cxx11::path&&'
  815.  
  816. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:165:5: note: candidate: 'std::filesystem::__cxx11::path::path(const std::filesystem::__cxx11::path&)'
  817. path(const path& __p) = default;
  818. ^~~~
  819. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:165:5: note: no known conversion for argument 1 from 'std::basic_string_view<wchar_t>' to 'const std::filesystem::__cxx11::path&'
  820.  
  821. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:163:5: note: candidate: 'std::filesystem::__cxx11::path::path()'
  822. path() noexcept { }
  823. ^~~~
  824. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/bits/fs_path.h:163:5: note: candidate expects 0 arguments, 1 provided
  825.  
  826. Der Build wurde mit Fehlern abgeschlossen.
  827.  
  828. Terminal will be reused by tasks, press any key to close it.
  829.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement