llvm-project/libcxx/test/std/algorithms/alg.modifying.operations
Louis Dionne 6f36ead577 [libc++] Fix std::move algorithm with trivial move-only types
As reported in https://reviews.llvm.org/D151953#4472195, the std::move
algorithm (and various other functions that relied on it) stopped working
after starting to use `__constexpr_memmove` in its implementation. This
patch fixes the underlying issue in `__constexpr_memmove` and adds tests
for various related algorithms and functions that were not exercising
trivial move-only types.

Differential Revision: https://reviews.llvm.org/D154613
2023-07-10 11:50:09 -04:00
..
2023-03-21 17:41:36 +01:00
2023-03-21 17:41:36 +01:00
2023-03-21 17:41:36 +01:00