[libcxx-commits] [PATCH] D125394: LWG-3657
George Tokmaji via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 11 08:37:01 PDT 2022
Fulgen created this revision.
Herald added a project: All.
Fulgen requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This patch implements LWG-3657 (std::hash<std::filesystem::path> is not enabled) in libcxx. Since the February 2022 was virtual, I don't know what location to specify in docs/Status.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125394
Files:
libcxx/docs/Status/Cxx17Issues.csv
libcxx/include/__filesystem/path.h
libcxx/include/filesystem
libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
libcxx/test/std/input.output/filesystems/class.path/path.nonmember/enabled_hash.pass.cpp
libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_tested_elswhere.pass.cpp
libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125394.428679.patch
Type: text/x-patch
Size: 4955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220511/2d681ed5/attachment.bin>
More information about the libcxx-commits
mailing list