Files
abseil-cpp/absl
Abseil Team 37ebde53cf Make c_begin, c_end, and c_distance conditionally constexpr.
This allows them to be used in constexpr expressions, such as the following:

```
constexpr int distance = absl::c_distance(std::array<int, 3>());
```

Requires at least C++17 to be constexpr.

PiperOrigin-RevId: 648435141
Change-Id: I8136e351a6dc4c25f06ef895fb449f4f11048480
2024-07-01 11:34:46 -07:00
..
2024-04-09 09:42:59 -07:00
2024-06-24 08:36:19 -07:00
2024-01-29 15:05:26 -08:00