We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d3bfa commit 5ab1f16Copy full SHA for 5ab1f16
include/eigenpy/details.hpp
@@ -78,7 +78,7 @@ struct implicit<MatType,Eigen::MatrixBase<MatType> >
78
79
static void construct(PyObject* obj, rvalue_from_python_stage1_data* data)
80
{
81
- void* storage = reinterpret_cast<rvalue_from_python_storage<Source>*>
+ void* storage = reinterpret_cast<rvalue_from_python_storage<Target>*>
82
(reinterpret_cast<void*>(data))->storage.bytes;
83
84
arg_from_python<Source> get_source(obj);
0 commit comments