From b3b2aafb2d9e3ad94e1e1b1ce2605505def37071 Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@polytechnique.org> Date: Tue, 29 Nov 2022 14:45:23 +0100 Subject: [PATCH] core/std-vector: change typedef visibility --- include/eigenpy/std-vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eigenpy/std-vector.hpp b/include/eigenpy/std-vector.hpp index 79c61a1b..e34668c2 100644 --- a/include/eigenpy/std-vector.hpp +++ b/include/eigenpy/std-vector.hpp @@ -136,7 +136,7 @@ struct extract_to_eigen_ref : converter::extract_rvalue<Eigen::Ref<MatrixType> > { typedef Eigen::Ref<MatrixType> RefType; - private: + protected: typedef converter::extract_rvalue<RefType> base; public: -- GitLab