[all-commits] [llvm/llvm-project] 98f6a5: [libc++] Enable hash only for the correct types

philnik777 via All-commits all-commits at lists.llvm.org
Fri Aug 26 08:40:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98f6a56f5ea2fc4ae7f4283b97073667a9e32cde
      https://github.com/llvm/llvm-project/commit/98f6a56f5ea2fc4ae7f4283b97073667a9e32cde
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-08-26 (Fri, 26 Aug 2022)

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/test/std/strings/basic.string.hash/enabled_hashes.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/enabled_hashes.pass.cpp

  Log Message:
  -----------
  [libc++] Enable hash only for the correct types

Also implement LWG3705.
Fixes https://github.com/llvm/llvm-project/issues/55823

Reviewed By: ldionne, #libc

Spies: libcxx-commits

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




More information about the All-commits mailing list