Guest User

failing tests is_receiver_of

a guest
Jun 18th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [100%] Building CXX object libs/core/execution_base/tests/unit/CMakeFiles/basic_receiver_test.dir/basic_receiver.cpp.o
  2. /home/extended/hpx/libs/core/execution_base/tests/unit/basic_receiver.cpp:216:5: error: static_assert failed due to requirement 'is_receiver_of<mylib::receiver_1, hpx::execution::experimental::detail::compose_signatures<hpx::execution::experimental::set_value_t (int (*)()), hpx::execution::experimental::set_error_t (std::__exception_ptr::exception_ptr), hpx::execution::experimental::set_stopped_t ()>::type>::value' "mylib::receiver_1 should be a receiver of an int"
  3. static_assert(
  4. ^
  5. /home/extended/hpx/libs/core/execution_base/tests/unit/basic_receiver.cpp:259:5: error: static_assert failed due to requirement 'is_receiver_of<mylib::receiver_3, hpx::execution::experimental::detail::compose_signatures<hpx::execution::experimental::set_value_t (int (*)()), hpx::execution::experimental::set_error_t (std::__exception_ptr::exception_ptr), hpx::execution::experimental::set_stopped_t ()>::type>::value' "mylib::receiver_3 should be a receiver of an int"
  6. static_assert(
  7. ^
  8. /home/extended/hpx/libs/core/execution_base/tests/unit/basic_receiver.cpp:266:5: error: static_assert failed due to requirement 'is_nothrow_receiver_of<mylib::receiver_3, hpx::execution::experimental::detail::compose_signatures<hpx::execution::experimental::set_value_t (int (*)()), hpx::execution::experimental::set_error_t (std::__exception_ptr::exception_ptr), hpx::execution::experimental::set_stopped_t ()>::type>::value' "mylib::receiver_3 should be a nothrow receiver of an int"
  9. static_assert(
  10. ^
  11. 3 errors generated.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment