Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. i686-w64-mingw32-g++ Documents/WorkSpace/Bot_Minecraft/main.cpp -std=c++0x -pthread
  2. In file included from /usr/i686-w64-mingw32/include/c++/5.1.0/thread:39:0,
  3. from Documents/WorkSpace/Bot_Minecraft/main.cpp:14:
  4. /usr/i686-w64-mingw32/include/c++/5.1.0/functional : dans l'instantiation de ‘struct std::_Bind_check_arity<void (*)(int)>’ :
  5. /usr/i686-w64-mingw32/include/c++/5.1.0/functional:1538:12: required from ‘struct std::_Bind_simple_helper<void (&)(int)>’
  6. /usr/i686-w64-mingw32/include/c++/5.1.0/functional:1552:5: required by substitution of ‘template<class _Callable, class ... _Args> typename std::_Bind_simple_helper<_Func, _BoundArgs>::__type std::__bind_simple(_Callable&&, _Args&& ...) [with _Callable = void (&)(int); _Args = {}]’
  7. /usr/i686-w64-mingw32/include/c++/5.1.0/thread:142:59: required from ‘std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(int); _Args = {}]’
  8. Documents/WorkSpace/Bot_Minecraft/main.cpp:104:37: required from here
  9. /usr/i686-w64-mingw32/include/c++/5.1.0/functional:1410:7: erreur: static assertion failed: Wrong number of arguments for function
  10. static_assert(sizeof...(_BoundArgs) == sizeof...(_Args),
  11. ^
  12. /usr/i686-w64-mingw32/include/c++/5.1.0/functional : dans l'instantiation de ‘struct std::_Bind_simple<void (*())(int)>’ :
  13. /usr/i686-w64-mingw32/include/c++/5.1.0/thread:142:59: required from ‘std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(int); _Args = {}]’
  14. Documents/WorkSpace/Bot_Minecraft/main.cpp:104:37: required from here
  15. /usr/i686-w64-mingw32/include/c++/5.1.0/functional:1505:61: erreur: no type named ‘type’ in ‘class std::result_of<void (*())(int)>’
  16. typedef typename result_of<_Callable(_Args...)>::type result_type;
  17. ^
  18. /usr/i686-w64-mingw32/include/c++/5.1.0/functional:1526:9: erreur: no type named ‘type’ in ‘class std::result_of<void (*())(int)>’
  19. _M_invoke(_Index_tuple<_Indices...>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement