[libcxx-commits] [PATCH] D84275: [Libcxx] Finish implementing Paper 0202R3
Nicholas Baron via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 22 13:55:36 PDT 2020
Nicholas-Baron added a comment.
In D84275#2166781 <https://reviews.llvm.org/D84275#2166781>, @ldionne wrote:
> [...]
> Also, this appears to have some overlap with https://reviews.llvm.org/D65721. Perhaps you can coordinate with @zoecarver and pick up the work in D65721 <https://reviews.llvm.org/D65721>?
Thank you @Idionne for pointing me to that patch. This will help focus my efforts.
The `move` and `move_backward` functions are covered in that diff, so I will remove my changes to those functions.
However, `merge` and `rotate_copy` both are marked by the paper as `constexpr`, but are not addressed in the mentioned patch (and so I will address them here).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84275/new/
https://reviews.llvm.org/D84275
More information about the libcxx-commits
mailing list