[libcxx-commits] [PATCH] D128214: [libc++] Makes `unique_ptr operator*() noexcept.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 21 11:21:53 PDT 2022


Mordante planned changes to this revision.
Mordante marked an inline comment as done.
Mordante added inline comments.


================
Comment at: libcxx/include/__memory/unique_ptr.h:275
+      [] {
+        if constexpr (is_void<remove_pointer_t<pointer>>::value)
+          return true;
----------------
Note this is just an experiment and not intended to be landed in this fashion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128214



More information about the libcxx-commits mailing list