[LLVMbugs] [Bug 19865] ext/hash_map lost std::string support
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 27 10:18:55 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19865
Peter Collingbourne <peter at pcc.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Peter Collingbourne <peter at pcc.me.uk> ---
__gnu_cxx::hash is for compatibility purposes only. The SGI/GNU version of this
class does not have a specialization for std::string, and therefore neither do
we. Such a specialization would interfere with clients which define their own
specialization for std::string.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140527/7ac56378/attachment.html>
More information about the llvm-bugs
mailing list