Commit 747f9c9
Mark Abseil container algorithms as
This conditionally applies `constexpr` to the applicable container-based versions of the <algorithm> functions defined in "absl/algorithm/container.h" when building with C++20 or later.
PiperOrigin-RevId: 800165245
Change-Id: Ie2d0b16b2af84c3abd448ca15306e861d5e6c773constexpr for C++20.1 parent ba9a180 commit 747f9c9
File tree
4 files changed
+1012
-143
lines changed- absl/algorithm
4 files changed
+1012
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | | - | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments