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
I think having cpo(args...) not map to tag_invoke(cpo, args...) if defined otherwise some default is probably an inconsiatent use of tag_invoke which could cause weirdness for all sorts of cpo-based wrappers.
I'll investigate to see if P2300 really needs that behaviour or whether the priority of tag_invoke overloads can be reversed.
call foo(get_completion_scheduler(s), s) if valid, otherwise foo(s)"
The text was updated successfully, but these errors were encountered: