Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
20 contributions in the last year
Contribution activity
November 2020
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
GaijinEntertainment/sqrat
1
merged
Created an issue in pybind/pybind11 that received 9 comments
[BUG] Cannot specify py::multiple_inheritance tag if base class is specified via object
As per the documentation, py::class_<DerivedClass,BaseClass>(m,"MyType",py::multiple_inheritance()); works, however, in my case, I have to specify …