https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88802
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88802
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Fri Jan 11 14:54:49 2019
New Revision: 267845
URL: https://gcc.gnu.org/viewcvs?rev=267845&root=gcc&view=rev
Log:
PR libstdc++/88802 define std::hash for C++17
PR libstdc++/88802
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88802
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88802
--- Comment #1 from Tomalak Geret'kal ---
[unord.hash]/2
> Each specialization of hash is either enabled or disabled, as described
> below. [ Note: Enabled specializations meet the Cpp17Hash requirements, and
> disabled specializations do not.