diff options
author | Derek Mauro <dmauro@google.com> | 2023-10-20 12:55:25 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-10-20 12:56:15 -0700 |
commit | a0b72adc3576eb0b77efb7133207c354d0adb4bc (patch) | |
tree | eeed02f1b4884b0e6c2c4cbe911b0ff32b9592fe /absl/strings/ascii_benchmark.cc | |
parent | b5fb0582b5bb46d622271a7db61e28ff19ae928c (diff) |
Use STL algorithms available since C++14 to implement container
algorithms (when possible).
Prior to C++14, many STL container algorithms required size checks
because because the second container only used one iterator as an
input. This is not an issue for some algorithms since C++14 added
two iterator versions.
PiperOrigin-RevId: 575296640
Change-Id: I9e4fc8c75cba7cdb0cde10bdd7c5c75e07f414ae
Diffstat (limited to 'absl/strings/ascii_benchmark.cc')
0 files changed, 0 insertions, 0 deletions