Skip to content
Discussion options

You must be logged in to vote

Ok i was able to track it down, some classes where declared in pybind::class_ without std::shared_ptr, so in 3.0.1 it was able to handle it but now in 3.0.2 its not. Making sure classes are declared std::shared_ptr in std::shared_ptr, fixed the issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by murthy-l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant