aboutsummaryrefslogtreecommitdiff
path: root/absl/algorithm/algorithm_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use STL algorithms available since C++14 to implement absl::equal andDerek Mauro2023-10-201-141/+0
| | | | | | | | | | absl::rotate. Prior to C++14 these were either polyfills or fixes for bugs in standard libraries. PiperOrigin-RevId: 575295101 Change-Id: Ie01e77fedadc879c73203d71babd40c87a419af3
* algorithm_test: suppress bogus -Wnonnull warning in GCC 12Derek Mauro2022-06-141-0/+9
| | | | | | | Upstream bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105705 PiperOrigin-RevId: 454937873 Change-Id: I44f940caf36d83714af765f01cc43c5143fe21c3
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
|
* Initial Commitmisterg2017-09-191-0/+182