We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 074ec7d + 991b2e3 commit ea99b90Copy full SHA for ea99b90
include/eigenpy/quaternion.hpp
@@ -350,7 +350,7 @@ class QuaternionVisitor
350
351
public:
352
static void expose() {
353
-#if BOOST_VERSION / 100 % 1000 < 71
+#if PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION == 6
354
typedef EIGENPY_SHARED_PTR_HOLDER_TYPE(Quaternion) HolderType;
355
#else
356
typedef ::boost::python::detail::not_specified HolderType;
0 commit comments