[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
Mon May 24 16:06:53 PDT 2021
Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, libc++, Mordante, zoecarver, cjdb.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.
This also provides some of the scaffolding needed by D102992 <https://reviews.llvm.org/D102992> and D101729 <https://reviews.llvm.org/D101729>, and mops up after D101730 <https://reviews.llvm.org/D101730> etc.
I do plan to post a PR finishing the rest of p0619 section D.8 (removing `{unary,binary}_function` base classes). I just think it makes sense to get this part out of the way first.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D103055
Files:
libcxx/docs/Cxx2aStatus.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103055.347527.patch
Type: text/x-patch
Size: 8313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210524/5ef25263/attachment.bin>
More information about the libcxx-commits
mailing list