You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lvalue-Callable requirements can be simply expressed by is_invocable_r_v<R, decay_t<F>&, ArgTypes...>.
Given is_invocable_r_v is already used in [futures.task.members]/3, it might be a consistency impovement to change the remain uses of Lvalue-Callable in [func.wrap.func].
The text was updated successfully, but these errors were encountered:
The Lvalue-Callable requirements can be simply expressed by
is_invocable_r_v<R, decay_t<F>&, ArgTypes...>
.Given
is_invocable_r_v
is already used in [futures.task.members]/3, it might be a consistency impovement to change the remain uses of Lvalue-Callable in [func.wrap.func].The text was updated successfully, but these errors were encountered: