Skip to content

Commit a3d552f

Browse files
committed
Make get_completion_signatures align with the standard
1 parent f91f636 commit a3d552f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

include/stdexec/__detail/__get_completion_signatures.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Copyright (c) 2021-2024 NVIDIA Corporation
33
*
44
* Licensed under the Apache License Version 2.0 with LLVM Exceptions
@@ -372,11 +372,9 @@ namespace STDEXEC
372372
//! See @ref get_completion_signatures() for the full description.
373373
STDEXEC_MODULE_EXPORT
374374
template <class _Sender, class _Env>
375-
requires __has_get_completion_signatures<_Sender, _Env>
376375
consteval auto get_completion_signatures()
377376
{
378377
using __new_sndr_t = transform_sender_result_t<_Sender, _Env>;
379-
static_assert(!__merror<__new_sndr_t>);
380378
return __cmplsigs::__get_completion_signatures_helper<__new_sndr_t, _Env>();
381379
}
382380

0 commit comments

Comments
 (0)