mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-24 14:55:01 +00:00
do a fallback search over types to handle incompatible std::type_info* across module boundaries (fixes issue #4)
This commit is contained in:
@@ -135,7 +135,7 @@ template <typename type, typename holder_type = std::unique_ptr<type>> struct in
|
||||
holder_type holder;
|
||||
};
|
||||
|
||||
/// Additional type information which does not fit into the PyTypeObjet
|
||||
/// Additional type information which does not fit into the PyTypeObject
|
||||
struct type_info {
|
||||
PyTypeObject *type;
|
||||
size_t type_size;
|
||||
|
||||
Reference in New Issue
Block a user