You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++;