cmake_cpp_pybind11_tutorial icon indicating copy to clipboard operation
cmake_cpp_pybind11_tutorial copied to clipboard

wrong code between instructions.

Open eser-chr opened this issue 1 year ago • 0 comments

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

eser-chr avatar Sep 03 '24 20:09 eser-chr