From 80ccf197370b3b268f8aa32b4ef4924b1fb830dc Mon Sep 17 00:00:00 2001 From: Joris Vaillant <joris.vaillant@inria.fr> Date: Thu, 1 Feb 2024 17:40:16 +0100 Subject: [PATCH] unique_ptr: Remove uses_registry --- include/eigenpy/std_unique_ptr.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/eigenpy/std_unique_ptr.hpp b/include/eigenpy/std_unique_ptr.hpp index 15e1dd6c..3dc8d446 100644 --- a/include/eigenpy/std_unique_ptr.hpp +++ b/include/eigenpy/std_unique_ptr.hpp @@ -80,7 +80,6 @@ struct StdUniquePtrResultConverter { return bp::to_python_value<const element_type&>().get_pytype(); } #endif - BOOST_STATIC_CONSTANT(bool, uses_registry = true); }; }; }; -- GitLab