Files
abseil-cpp/absl/algorithm
Derek Mauro b5fb0582b5 Use STL algorithms available since C++14 to implement absl::equal and
absl::rotate.

Prior to C++14 these were either polyfills or fixes for bugs in
standard libraries.

PiperOrigin-RevId: 575295101
Change-Id: Ie01e77fedadc879c73203d71babd40c87a419af3
2023-10-20 12:49:46 -07:00
..