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 ead61d9 commit 3435c37Copy full SHA for 3435c37
include/eigenpy/details.hpp
@@ -68,6 +68,7 @@ void enableEigenPySpecific() {
68
EigenToPyConverter<MatType>::registration();
69
#if EIGEN_VERSION_AT_LEAST(3, 2, 0)
70
EigenToPyConverter<Eigen::Ref<MatType> >::registration();
71
+ EigenToPyConverter<const Eigen::Ref<const MatType> >::registration();
72
#endif
73
74
// from-python
0 commit comments