[libcxx-commits] [PATCH] D93153: [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 14 09:09:31 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe4c657b010c: [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI. (authored by arthur.j.odwyer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93153

Files:
  libcxx/include/__debug
  libcxx/include/__functional_03
  libcxx/include/algorithm
  libcxx/include/functional
  libcxx/include/future
  libcxx/include/memory
  libcxx/include/optional
  libcxx/include/valarray
  libcxx/test/std/algorithms/robust_against_adl_on_new.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93153.311617.patch
Type: text/x-patch
Size: 34399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201214/e365cbdf/attachment-0001.bin>


More information about the libcxx-commits mailing list