[libcxx-commits] [PATCH] D69134: [libc++][P0784] Added construct_at and marked destroy_at/destroy/destroy_n constexpr.

Michael Park via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 8 07:22:17 PST 2019


mpark updated this revision to Diff 228454.
mpark added a comment.

Updated to be compatible with compilers with partial constexpr dynamic allocation support.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69134

Files:
  libcxx/include/memory
  libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
  libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
  libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
  libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp
  libcxx/test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69134.228454.patch
Type: text/x-patch
Size: 12201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191108/cf46c229/attachment-0001.bin>


More information about the libcxx-commits mailing list