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 std::launder unconditionally
We needed workarounds when Abseil supported C++14, and `std::launder` was only introduced in C++17.
Since Abseil only supports C++17 and above now, we don't need them anymore.
PiperOrigin-RevId: 728301925
Change-Id: I920988e14a4637818163f66a16b292bc5837e524
0 commit comments