-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport: Remove if_constexpr usage for future Abseil compatibility (#…
…20488) * Use `if constexpr` instead of `absl::utility_internal::IfConstexprElseIfConstexprElse` PiperOrigin-RevId: 728737911 * Remove `absl::if_constexpr` from list of used Abseil targets This is a follow-up on 0ea5ccd, moving to C++'s `if constexpr`. PiperOrigin-RevId: 729136260 * Remove references to unused if_constexpr. This is deleted in an upcoming Abseil release. PiperOrigin-RevId: 731356947 --------- Co-authored-by: Derek Mauro <dmauro@google.com> Co-authored-by: Christian Blichmann <cblichmann@google.com>
- Loading branch information
1 parent
2b9b101
commit 450ee76
Showing
3 changed files
with
25 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters