Skip to content
Snippets Groups Projects
Commit b3b2aafb authored by Wilson Jallet's avatar Wilson Jallet :clapper:
Browse files

core/std-vector: change typedef visibility

parent b66e136e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment