[libcxx-commits] [PATCH] D143791: [libc++] Fix bug in allocate_shared_for_overwrite
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 11 05:33:09 PST 2023
Mordante added inline comments.
================
Comment at: libcxx/include/__memory/construct_at.h:91
+ --__last;
+ _VSTD::__destroy_at(_VSTD::addressof(*__last));
+ }
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143791/new/
https://reviews.llvm.org/D143791
More information about the libcxx-commits
mailing list