robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Add ability to inherit constructors if base class has them and derived class doesn't #149

Open virtuald opened 2 years ago

virtuald commented 2 years ago

Indicate that the constructors exist in .json file, add them to the generated .hpp file?