[libcxx-commits] [PATCH] D140413: [libc++] Adds __cpp_lib_constexpr_algorithms to utility.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 20 09:27:46 PST 2022
Mordante marked an inline comment as done.
Mordante added a comment.
Thanks for the review!
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:234
"`3788 <https://wg21.link/LWG3788>`__","``jthread::operator=(jthread&&)`` postconditions are unimplementable under self-assignment", "November 2022","","",""
-"`3792 <https://wg21.link/LWG3792>`__","``__cpp_lib_constexpr_algorithms`` should also be defined in ``<utility>``", "November 2022","","",""
+"`3792 <https://wg21.link/LWG3792>`__","``__cpp_lib_constexpr_algorithms`` should also be defined in ``<utility>``", "November 2022","|Complete|","16.0",""
"`3795 <https://wg21.link/LWG3795>`__","Self-move-assignment of ``std::future`` and ``std::shared_future`` have unimplementable postconditions", "November 2022","","",""
----------------
philnik wrote:
> I think we could claim this as implemented earlier, but I'm OK with claiming it in 16 too.
This issue is specifically about the missing feature-test macro. I agree the feature itself has been implemented earlier.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140413/new/
https://reviews.llvm.org/D140413
More information about the libcxx-commits
mailing list