Skip to content
Snippets Groups Projects
Verified Commit 24350ab1 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: make public RVALUE_FROM_PYTHON_DATA_INIT

parent a9981b17
No related branches found
No related tags found
No related merge requests found
......@@ -173,8 +173,6 @@ namespace boost { namespace python { namespace converter {
RVALUE_FROM_PYTHON_DATA_INIT(Derived const &)
};
#undef RVALUE_FROM_PYTHON_DATA_INIT
template<typename MatType, int Options, typename Stride>
struct rvalue_from_python_data<Eigen::Ref<MatType,Options,Stride> &>
: rvalue_from_python_storage<Eigen::Ref<MatType,Options,Stride> &>
......
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