Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. ../../modules/Network/vendor/RakNet/BitStream.cpp:1189:19: error: no matching function for call to 'begin'
  2. std::copy(std::begin(other.stackData), std::end(other.stackData), this->stackData);
  3. ^~~~~~~~~~
  4. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../include/c++/6.3.1/initializer_list:89:5: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'unsigned char *'
  5. begin(initializer_list<_Tp> __ils) noexcept
  6. ^
  7. ../../modules/Network/vendor/RakNet/BitStream.cpp:1189:48: error: no matching function for call to 'end'
  8. std::copy(std::begin(other.stackData), std::end(other.stackData), this->stackData);
  9. ^~~~~~~~
  10. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../include/c++/6.3.1/initializer_list:99:5: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'unsigned char *'
  11. end(initializer_list<_Tp> __ils) noexcept
  12. ^
  13. ../../modules/Network/vendor/RakNet/BitStream.cpp:1206:19: error: no matching function for call to 'begin'
  14. std::copy(std::begin(other.stackData), std::end(other.stackData), this->stackData);
  15. ^~~~~~~~~~
  16. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../include/c++/6.3.1/initializer_list:89:5: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'unsigned char *'
  17. begin(initializer_list<_Tp> __ils) noexcept
  18. ^
  19. ../../modules/Network/vendor/RakNet/BitStream.cpp:1206:48: error: no matching function for call to 'end'
  20. std::copy(std::begin(other.stackData), std::end(other.stackData), this->stackData);
  21. ^~~~~~~~
  22. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../include/c++/6.3.1/initializer_list:99:5: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'unsigned char *'
  23. end(initializer_list<_Tp> __ils) noexcept
  24. ^
  25. 4 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement