[all-commits] [llvm/llvm-project] 3f3aba: [libc++] LWG2148, LWG2543: Enable std::hash<Enum> ...

Quuxplusone via All-commits all-commits at lists.llvm.org
Wed Feb 16 08:02:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f3abaf40ad5c732277e0d0be3c0e86b8ba49f34
      https://github.com/llvm/llvm-project/commit/3f3abaf40ad5c732277e0d0be3c0e86b8ba49f34
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M libcxx/include/__functional/hash.h
    M libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp
    M libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
    M libcxx/test/support/poisoned_hash_helper.h

  Log Message:
  -----------
  [libc++] LWG2148, LWG2543: Enable std::hash<Enum> in C++03 and C++11.

Fixes #49601.

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




More information about the All-commits mailing list