[all-commits] [llvm/llvm-project] 1cf344: [libc++] Implement LWG3657 std::hash<filesystem::p...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Feb 7 22:06:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cf344d9465a924536f548e87386977ea5cf908c
      https://github.com/llvm/llvm-project/commit/1cf344d9465a924536f548e87386977ea5cf908c
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/__filesystem/path.h
    M libcxx/include/filesystem
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
    A libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash.tested_elswhere.compile.pass.cpp
    A libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_value.tested_elswhere.compile.pass.cpp
    R libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp

  Log Message:
  -----------
  [libc++] Implement LWG3657 std::hash<filesystem::path>

This is implemented as a DR on top of C++17.

Differential Revision: https://reviews.llvm.org/D143452




More information about the All-commits mailing list