Closed as not planned
Closed as not planned
Description
Full background can be found on the linked discussion pybind/pybind11#4319 (comment) Essentially the behavior of std::type_index
is different between the two standard libraries. This behavior seems like a bug in LLVM's implementation and requires us to be careful whenever storing std::type_index
in a hashmap when using libc++;