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: Use if constexpr instead of SFINAE in InitializeStorage
The `if constexpr` version generates a significantly shorter mangled name, which can matter in binaries that have many different callables (e.g. lambdas). See https://godbolt.org/z/ha87zKcTd.
Besides, `if constexpr` is more maintainable than SFINAE.
PiperOrigin-RevId: 724473717
Change-Id: I7be9d1f56a26e3a436aba402d0b47942ed08b7b4
0 commit comments