[libcxx-commits] [PATCH] D61761: P1144 "Trivially relocatable" (1/3): is_trivially_relocatable, relocate_at, and uninitialized_relocate

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 20 16:25:05 PDT 2019


Quuxplusone marked 2 inline comments as done.
Quuxplusone added a comment.

@ldionne I've adopted your request to hide all the new names behind `__libcpp_`.
I think I still need some guidance on how to structure the tests so that they pass with a D50119 <https://reviews.llvm.org/D50119>-enabled Clang and {either pass or are XFAILed} for other compilers.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D61761





More information about the libcxx-commits mailing list