robotpy / robotpy-build

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

Errors with out parameters + default values #89

Open virtuald opened 4 years ago

virtuald commented 4 years ago

Something like

void foo(int * x = nullptr);

Most of the out parameter stuff isn't particularly well tested, honestly.