[libcxx-commits] [PATCH] D103055: [libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 25 09:54:27 PDT 2021


Quuxplusone updated this revision to Diff 347713.
Quuxplusone added a comment.

Update the documentation per @Mordante.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103055

Files:
  libcxx/docs/Cxx2aStatus.rst
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/__config
  libcxx/include/__memory/raw_storage_iterator.h
  libcxx/include/functional
  libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.verify.cpp
  libcxx/test/std/utilities/function.objects/negators/binary_negate.pass.cpp
  libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.verify.cpp
  libcxx/test/std/utilities/function.objects/negators/not1.pass.cpp
  libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.verify.cpp
  libcxx/test/std/utilities/function.objects/negators/not2.pass.cpp
  libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.verify.cpp
  libcxx/test/std/utilities/function.objects/negators/unary_negate.pass.cpp
  libcxx/test/std/utilities/memory/storage.iterator/deprecated.verify.cpp
  libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.base.pass.cpp
  libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103055.347713.patch
Type: text/x-patch
Size: 13265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210525/449d967a/attachment.bin>


More information about the libcxx-commits mailing list