[llvm-bugs] [Bug 2363] DenseMap won't work with const key, integer value
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat May 2 03:25:33 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=2363
Simon Pilgrim <llvm-dev at redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |llvm-dev at redking.me.uk
Version|unspecified |trunk
Product|new-bugs |libraries
Component|new bugs |Support Libraries
--- Comment #4 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Resolving ancient bug.
DenseMap<const T*, int> patterns are used in a number of places without
problem.
DenseMap<>::isPod not longer exists.
--
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/20200502/3e12f9bf/attachment.html>
More information about the llvm-bugs
mailing list