[libcxx-commits] [PATCH] D140413: [libc++] Adds __cpp_lib_constexpr_algorithms to utility.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 20 09:30:19 PST 2022


philnik added inline comments.


================
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","","",""
----------------
Mordante wrote:
> 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.
I mean that, since we provide all FTMs everywhere, we already provided this one in `<utility>` before.


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