Skip to content

Commit 2539886

Browse files
committed
removed a static_assert left for testing
1 parent d63c93c commit 2539886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/beman/execution26/detail/basic_operation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ template <typename Sender, typename Receiver>
2929
//-dk:TODO why is the remove_cvref_t needed...?
3030
valid_specialization<::beman::execution26::detail::state_type, std::remove_cvref_t<Sender>, Receiver>
3131
struct basic_operation : ::beman::execution26::detail::basic_state<Sender, Receiver> {
32-
static_assert(std::same_as<Sender, std::remove_cvref_t<Sender>>);
32+
//static_assert(std::same_as<Sender, std::remove_cvref_t<Sender>>);
3333
friend struct ::beman::execution26::start_t;
3434
using operation_state_concept = ::beman::execution26::operation_state_t;
3535
using tag_t = ::beman::execution26::tag_of_t<Sender>;

0 commit comments

Comments
 (0)