Files
clang-p2996/libcxx/include/__algorithm/move.h
Nikolas Klauser c388690a8b [libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)
We've introduced `__constexpr_memmove` a while ago, which simplified the
implementation of the copy and move lowering a bit. This allows us to
remove some of the boilerplate.
2024-03-27 16:54:50 +01:00

5.3 KiB