[libcxx-commits] [PATCH] D125394: [libc++] Implement LWG3657
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 11 12:03:34 PDT 2022
Mordante added inline comments.
================
Comment at: libcxx/docs/Status/Cxx17Issues.csv:319-320
"`2956 <https://wg21.link/LWG2956>`__","``filesystem::canonical()``\ still defined in terms of ``absolute(p, base)``\ ","Toronto","|Complete|",""
+"","","","",""
+"`3657 <https://wg21.link/LWG3657>`__","``std::hash<std::filesystem::path>`` is not enabled","","|Complete|",""
----------------
philnik wrote:
> This is currently in `Cxx2bIssues.csv`. I don't know if it should be there or here. @ldionne
> In the last "" should be the version in which it was implemented (15.0) in this case.
In general LWG issues are listed in the status list C++ version it was voted in the WP.
So if this was voted in the February 2202 virtual plenary it should be in `Cxx2bIssues`
We still retroactively apply the fix to older versions of the Standard.
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