Fixes https://llvm.org/PR50257
Details
Details
- Reviewers
ldionne mstorsjo mclow.lists - Group Reviewers
Restricted Project - Commits
- rG3f3abaf40ad5: [libc++] LWG2148, LWG2543: Enable std::hash<Enum> in C++03 and C++11.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
On second thought, don't git rm enum.compile.fail.cpp — it's the only test coverage we get for the "non-enabled" case in C++03 mode, because non_enum.pass.cpp isn't C++03-friendly.
libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp | ||
---|---|---|
16 | Can we remove this "not very portable" comment? |
Can we remove this "not very portable" comment?