diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-11-12 23:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 23:03:52 +0100 |
commit | a2042521a0387d7d7b80b2987f4b21f5a50bc7bb (patch) | |
tree | e1294d5032bc3da2d162ebe44929a4d2bf4b8c8c /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | 8da61a3434411850a0829f2d47f916f9bf29a4d8 (diff) | |
download | llvm-a2042521a0387d7d7b80b2987f4b21f5a50bc7bb.zip llvm-a2042521a0387d7d7b80b2987f4b21f5a50bc7bb.tar.gz llvm-a2042521a0387d7d7b80b2987f4b21f5a50bc7bb.tar.bz2 |
[libc++] Remove _AlgPolicy from std::copy and algorithms using std::copy (#115887)
`std::copy` doesn't use the `_AlgPolicy` for anything other than calling
itself with it, so we can just remove the argument. This also removes
the need in a few other algorithms which had an `_AlgPolicy` argument
only to call `copy`.
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions