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
internal/any_invocable: Implement invocation using if constexpr instead of SFINAE
`if constexpr` is much easier to understand and generates shorter mangled names. Update comment to explain the invoking function in terms of C++23's `std::invoke_r`, instead of the pseudo-macro.
PiperOrigin-RevId: 726626068
Change-Id: Icf3e94f35f8c7ca581e8c8005f4537fea987389d
0 commit comments