• Eric Niebler's avatar
    Simplify constraints on operator co_await for SingleTypedSenders · fab6cad7
    Eric Niebler authored
    Summary: Because of the guard against constraint recursion in the definition of `struct awaitable_sender_traits` (awaitable/concepts.h, line 75), there is no need to be so conservative with the constraints of the generic `operator co_await` for `SingleTypedSender`s.
    
    Reviewed By: kirkshoop
    
    Differential Revision: D14816672
    
    fbshipit-source-id: b2f49588ae98ea63a24f4044692470c59be15e29
    fab6cad7
senders.h 5.84 KB