issues
search
robotpy
/
robotpy-build
(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
37
stars
16
forks
source link
Ensure template classes are instantiated in correct order
#224
Closed
virtuald
closed
11 months ago
virtuald
commented
11 months ago
If it depends on a base class, the base needs to be initialized first
Not all template classes exist in the header (in particular, CRTP) so anything not found in the current header gets initialized first