diff options
author | Patrick Palka <ppalka@redhat.com> | 2020-02-13 10:55:10 -0500 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2020-02-15 10:55:25 -0500 |
commit | 90b7eb6539b6cb23ddb63521a38cef8c42b55f9a (patch) | |
tree | 604735ba46124a0e59f6ad83b334c6da1df458b6 /gcc | |
parent | acff02ef1f4bc951ab7b4e3fdc117e0646d5d8f5 (diff) | |
download | gcc-90b7eb6539b6cb23ddb63521a38cef8c42b55f9a.zip gcc-90b7eb6539b6cb23ddb63521a38cef8c42b55f9a.tar.gz gcc-90b7eb6539b6cb23ddb63521a38cef8c42b55f9a.tar.bz2 |
libstdc++: Fold some ranges algo subroutines into their only caller
These subroutines have only a single call site, so it might be best and simplest
to eliminate them before we convert the algos into function objects.
libstdc++-v3/ChangeLog:
* include/bits/ranges_algo.h (ranges::__find_end): Fold into ...
(ranges::find_end): ... here.
(ranges::__lexicographical_compare): Fold into ...
(ranges::lexicographical_compare): ... here.
* include/bits/ranges_algobase.h (ranges::__equal): Fold into ...
(ranges::equal): ... here.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions