Guest User

Untitled

a guest
May 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o
  2. In file included from /home/jakub/hpx_repo/hpx/runtime/threads/thread_data_fwd.hpp:15:0,
  3. from /home/jakub/hpx_repo/hpx/runtime/threads_fwd.hpp:11,
  4. from /home/jakub/hpx_repo/hpx/runtime/threads/thread_helpers.hpp:15,
  5. from /home/jakub/hpx_repo/hpx/lcos/local/spinlock.hpp:17,
  6. from /home/jakub/hpx_repo/hpx/runtime/naming/name.hpp:12,
  7. from /home/jakub/hpx_repo/hpx/runtime/agas/interface.hpp:19,
  8. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:12,
  9. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  10. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  11. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  12. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In member function ‘constexpr void hpx::threads::thread_id_type::reset() const’:
  13. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:58:19: error: assignment of member ‘hpx::threads::thread_id_type::thrd_’ in read-only object
  14. thrd_ = nullptr;
  15. ^
  16. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:56:34: error: invalid return type ‘void’ of constexpr function ‘constexpr void hpx::threads::thread_id_type::reset() const’
  17. HPX_CXX14_CONSTEXPR void reset()
  18. ^
  19. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator<(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  20. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:100:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  21. return std::less<void const*>{}(lhs.thrd_, rhs.thrd_);
  22. ^
  23. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator>(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  24. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:106:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  25. return std::less<void const*>{}(rhs.thrd_, lhs.thrd_);
Advertisement
Add Comment
Please, Sign In to add comment