cmake_cpp_pybind11_tutorial
cmake_cpp_pybind11_tutorial copied to clipboard
wrong code between instructions.
The src code is different between what there is in the repo and what there is in readme.
After some debug it worked.
In particular the function ride() takes no arguments in readme but one string in argument in src.
Also overload_cast presented some issues and I needed to remove it