[llvm-bugs] [Bug 33542] std::type_index equality broken across shared library boundaries on Linux
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 26 16:22:26 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33542
Wenzel Jakob <wenzel.jakob at epfl.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Wenzel Jakob <wenzel.jakob at epfl.ch> ---
That is a fair point. I'm closing the issue as INVALID.
FWIW for the project in question, we've switched from std::type_index to a
custom hasher & comparison (https://github.com/pybind/pybind11/pull/915)
--
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/20170626/e669477f/attachment.html>
More information about the llvm-bugs
mailing list