diff --git a/include/eigenpy/std-array.hpp b/include/eigenpy/std-array.hpp index f1ec652b6..41088960c 100644 --- a/include/eigenpy/std-array.hpp +++ b/include/eigenpy/std-array.hpp @@ -10,8 +10,7 @@ namespace eigenpy { -template +template class array_indexing_suite; namespace details { @@ -45,8 +44,7 @@ class array_indexing_suite static void delete_item(Container &, index_type) {} // no-op // no-op - static void delete_slice(Container &, index_type, - index_type) {} + static void delete_slice(Container &, index_type, index_type) {} static void set_slice(Container &container, index_type from, index_type to, data_type const &v) { @@ -80,7 +78,6 @@ class array_indexing_suite } }; - template struct StdArrayPythonVisitor { typedef typename array_type::value_type value_type;