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.
1 parent 44e2f48 commit 7bb3f89Copy full SHA for 7bb3f89
include/eigenpy/eigen-from-python.hpp
@@ -42,10 +42,10 @@ namespace eigenpy
42
{
43
typedef Eigen::Ref<MatType,Options,Stride> RefType;
44
#if BOOST_VERSION / 100 % 1000 >= 77
45
- typedef typename aligned_storage<
+ typedef typename ::boost::python::detail::aligned_storage<
46
::boost::python::detail::referent_size<RefType&>::value,
47
::boost::alignment_of<RefType&>::value
48
- >::type type;
+ >::type AlignedStorage;
49
#else
50
typedef ::boost::python::detail::aligned_storage<
51
::boost::python::detail::referent_size<RefType&>::value
0 commit comments