[libcxx-commits] [PATCH] D125394: [libc++] Implement LWG3657 (std::hash<std::filesystem::path> is not enabled)

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 28 08:52:47 PST 2022


Mordante added a comment.

In D125394#3952128 <https://reviews.llvm.org/D125394#3952128>, @philnik wrote:

> In D125394#3952100 <https://reviews.llvm.org/D125394#3952100>, @Fulgen wrote:
>
>> Is there anything still missing? As far as I can tell, I've implemented the feedback.
>
> Please fix the CI and mark completed comments as `Done`. (BTW, next time you can ping earlier than 6 months later if you want :-) )

Unfortunately sometimes we miss message, so pinging after a week would be better.

Please make sure you rebase your patch on the latest main before updating it.



================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:158
 "`3654 <https://wg21.link/LWG3654>`__","``basic_format_context::arg(size_t)`` should be ``noexcept`` ","February 2022","|Complete|","15.0","|format|"
-"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","February 2022","",""
+"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","February 2022","|Complete|","15.0","|filesystem|"
 "`3660 <https://wg21.link/LWG3660>`__","``iterator_traits<common_iterator>::pointer`` should conform to ยง[iterator.traits]","February 2022","|Complete|","14.0"
----------------
This should be 16 now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125394



More information about the libcxx-commits mailing list