Advertisement
Guest User

Untitled

a guest
Jun 8th, 2021
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. error: no matching function for call to ‘std::thread::thread(<unresolved overloaded function type>, int, int)
  2. note: candidates are:
  3. /usr/include/c++/4.8.2/thread:133:7: note: std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (ATPG::*)(); _Args = {int, int}]
  4.        thread(_Callable&& __f, _Args&&... __args)
  5.        ^
  6. /usr/include/c++/4.8.2/thread:133:7: note:   no known conversion for argument 1 from ‘<unresolved overloaded function type>’ to ‘void (ATPG::*&&)()
  7. /usr/include/c++/4.8.2/thread:128:5: note: std::thread::thread(std::thread&&)
  8.      thread(thread&& __t) noexcept
  9.      ^
  10. /usr/include/c++/4.8.2/thread:128:5: note:   candidate expects 1 argument, 3 provided
  11. /usr/include/c++/4.8.2/thread:122:5: note: std::thread::thread()
  12.      thread() noexcept = default;
  13.      ^
  14. /usr/include/c++/4.8.2/thread:122:5: note:   candidate expects 0 arguments, 3 provided
  15. make: *** [bin/atpg] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement