[libcxx-commits] [PATCH] D62274: shared_ptr deleter requirements (2802)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 23 09:46:52 PDT 2019


zoecarver marked 2 inline comments as done.
zoecarver added inline comments.


================
Comment at: libcxx/include/memory:2317
 
+  _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX14
+  __compressed_pair(__compressed_pair && __other)
----------------
Ignore this, it's part of D69344.


================
Comment at: libcxx/test/libcxx/utilities/compressed_pair/move_const.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Also part of D69344.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62274





More information about the libcxx-commits mailing list