Topic: template <> struct hash<T*>" seems to be a miss


Author: SubaruG <gintensubaru@gmail.com>
Date: Wed, 15 Sep 2010 14:24:53 CST
Raw View
I found a miss in N3126 20.8.15 Class template hash [unord.hash];
"template <> struct hash<T*>" should be "template <class T> struct
hash<T*>;".


--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use
mailto:std-c++@netlab.cs.rpi.edu<std-c%2B%2B@netlab.cs.rpi.edu>
]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]