diff --git a/include/beman/lazy/detail/any_scheduler.hpp b/include/beman/lazy/detail/any_scheduler.hpp index d937866..875fd65 100644 --- a/include/beman/lazy/detail/any_scheduler.hpp +++ b/include/beman/lazy/detail/any_scheduler.hpp @@ -120,7 +120,7 @@ class any_scheduler { if constexpr (::std::same_as) { return ::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver)); } else { - if constexpr (not::std::same_as) { + if constexpr (not ::std::same_as) { if (not this->callback) { this->callback.emplace( ::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver)),