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 dc9789e commit f4d61ccCopy full SHA for f4d61cc
include/eigenpy/std-array.hpp
@@ -40,10 +40,6 @@ class array_indexing_suite
40
template <class Class>
41
static void extension_def(Class &) {}
42
43
- template <class Iter>
44
- static void extend(Container &, Iter, Iter) {}
45
-
46
- static void append(Container &, data_type const &) {}
47
// no-op
48
static void delete_item(Container &, index_type) {}
49
0 commit comments