Skip to content

Fix std::sharedPtr issue with python binding

Cyril Moineau requested to merge fixWinBind into main

Add a trampoline to Node.add_child in order to set None default value to avoid conversion of nullptr -> std::shared_ptr.

Fix: aidge#20 (closed)

Merge request reports