From 24350ab1e20b27ccdfd2f5b691ba163cc5d189dd Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Wed, 1 Apr 2020 09:42:11 +0200
Subject: [PATCH] core: make public RVALUE_FROM_PYTHON_DATA_INIT

---
 include/eigenpy/eigen-from-python.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/eigenpy/eigen-from-python.hpp b/include/eigenpy/eigen-from-python.hpp
index f17ca6ed..098b44c8 100644
--- a/include/eigenpy/eigen-from-python.hpp
+++ b/include/eigenpy/eigen-from-python.hpp
@@ -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> &>
-- 
GitLab