Skip to content

Commit fb34ccb

Browse files
authored
Merge pull request #1738 from ericniebler/fix-double-nodiscard-inline-scheduler
remove duplicate `noexcept` attribute in `inline_scheduler`, fixes #1735
2 parents 3363435 + 82f1792 commit fb34ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/stdexec/__detail/__inline_scheduler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
namespace stdexec {
2626
struct __inline_attrs {
2727
STDEXEC_ATTRIBUTE(nodiscard, host, device)
28-
[[nodiscard]]
2928
constexpr auto query(get_completion_behavior_t<set_value_t>) const noexcept {
3029
return completion_behavior::inline_completion;
3130
}

0 commit comments

Comments
 (0)