Skip to content

Commit 3435c37

Browse files
committed
core: expose by default for types const Eigen::Ref<const ...
1 parent ead61d9 commit 3435c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/eigenpy/details.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ void enableEigenPySpecific() {
6868
EigenToPyConverter<MatType>::registration();
6969
#if EIGEN_VERSION_AT_LEAST(3, 2, 0)
7070
EigenToPyConverter<Eigen::Ref<MatType> >::registration();
71+
EigenToPyConverter<const Eigen::Ref<const MatType> >::registration();
7172
#endif
7273

7374
// from-python

0 commit comments

Comments
 (0)