[libcxx-commits] [PATCH] D119891: [libc++] LWG2148, LWG2543: Enable std::hash<Enum> in C++03 and C++11

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 16 06:25:16 PST 2022


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp:16
 // make sure that we can hash enumeration values
 // Not very portable
 
----------------
Can we remove this "not very portable" comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119891/new/

https://reviews.llvm.org/D119891



More information about the libcxx-commits mailing list