Skip to content

Commit f4d61cc

Browse files
committed
[std-array] defining array_indexing_suite::extend and ::append not required
1 parent dc9789e commit f4d61cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/eigenpy/std-array.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ class array_indexing_suite
4040
template <class Class>
4141
static void extension_def(Class &) {}
4242

43-
template <class Iter>
44-
static void extend(Container &, Iter, Iter) {}
45-
46-
static void append(Container &, data_type const &) {}
4743
// no-op
4844
static void delete_item(Container &, index_type) {}
4945
// no-op

0 commit comments

Comments
 (0)