This is an archive of the discontinued LLVM Phabricator instance.

Implement LWG 2148: Make non-enum default hash specialization well-formed
ClosedPublic

Authored by EricWF on Aug 9 2016, 12:37 PM.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 67395.Aug 9 2016, 12:37 PM
EricWF retitled this revision from to Implement LWG 2148: Make non-enum default hash specialization well-formed.
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
mclow.lists edited edge metadata.Aug 10 2016, 7:57 AM

This looks good to me.
However, we don't usually change libc++ for issue resolutions that have not yet adopted. We wait until they've "official".

EricWF accepted this revision.Aug 10 2016, 3:52 PM
EricWF added a reviewer: EricWF.

This looks good to me.
However, we don't usually change libc++ for issue resolutions that have not yet adopted. We wait until they've "official".

Exactly why I put this up for review. However I've had two separate people ask about the status of this change. Clearly users want it and dislike the current behavior.
I think we can safely adopt this change now ever though it hasn't been officially accepted.

This revision is now accepted and ready to land.Aug 10 2016, 3:52 PM
EricWF closed this revision.Aug 10 2016, 3:53 PM