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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 20 09:08:42 PDT 2022


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This implements

- LWG2762  unique_ptr operator*() should be noexcept.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128214

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/memory
  libcxx/include/optional
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
  libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/dereference.single.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128214.438426.patch
Type: text/x-patch
Size: 11297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220620/3c99f6e2/attachment.bin>


More information about the libcxx-commits mailing list