[libcxx-commits] [PATCH] D115986: [libc++] Allow __move_constexpr to work with unrelated pointers

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 18 09:49:10 PST 2021


philnik added a comment.

Feel free to change the `__{copy, move, assign}_constexpr` functions, as long as you make `char_traits::move` work with unrelated pointers. They aren't used directly in `<string>`, so I should be able to just drop the changes in `<__string>`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115986/new/

https://reviews.llvm.org/D115986



More information about the libcxx-commits mailing list