aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdfix/rbits.cpp
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2026-02-04 20:58:16 +0100
committerGitHub <noreply@github.com>2026-02-04 20:58:16 +0100
commitccb58432e31c9c0174e2273fe1c12c4c0b5128d8 (patch)
tree791cf068d30b22d5b7c74349fc222a8f0f9e81d1 /libc/src/stdfix/rbits.cpp
parent68592fa7ee61f2bd5c648105203f002b5f6067e9 (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[libc++] Use views::reverse to implement ranges::reverse_copy (#177123)HEADmain
We currently have a custom utility `__reverse_range`, which does basically the same thing as `views::reverse` and the only place where we use it is in `ranges::reverse_copy`. Instead of this special utility, we can simply use `views::reverse`. This has originally been introduced due to compile time concerns. However, there doesn't seem to actually be a significant compile time regression overall.
Diffstat (limited to 'libc/src/stdfix/rbits.cpp')
0 files changed, 0 insertions, 0 deletions