[libcxx-commits] [PATCH] D93815: [libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 25 18:11:16 PST 2020
Quuxplusone updated this revision to Diff 313739.
Quuxplusone added a comment.
Herald added a subscriber: arichardson.
Complete the implementation of `__cpp_lib_constexpr_functional` and set that feature macro. This involves constexprifying `std::default_searcher` from P1032 "Misc constexpr bits" <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1032r1.html>. There's more "misc" stuff in P1032 <https://reviews.llvm.org/P1032>, which I have not attempted to do in this PR because it doesn't affect the `__cpp_lib_constexpr_functional` feature macro.
https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations#library-feature-test-macros
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93815/new/
https://reviews.llvm.org/D93815
Files:
libcxx/docs/Cxx2aStatusPaperStatus.csv
libcxx/docs/FeatureTestMacroTable.rst
libcxx/include/__functional_base
libcxx/include/functional
libcxx/include/type_traits
libcxx/include/version
libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/functional.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/iterator.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/string_view.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/tuple.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/test/std/utilities/function.objects/func.invoke/invoke_constexpr.pass.cpp
libcxx/test/std/utilities/function.objects/func.memfn/member_data.pass.cpp
libcxx/test/std/utilities/function.objects/func.memfn/member_function.pass.cpp
libcxx/test/std/utilities/function.objects/func.memfn/member_function_const.pass.cpp
libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.default/default.pass.cpp
libcxx/test/std/utilities/function.objects/func.search/func.search.default/default.pred.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93815.313739.patch
Type: text/x-patch
Size: 67426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201226/c6caec6d/attachment-0001.bin>
More information about the libcxx-commits
mailing list