File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1346,6 +1346,7 @@ namespace xt
13461346 inline void strided_loop_assigner<false >::run (E1 & /* e1*/ , const E2 & /* e2*/ , const loop_sizes_t &)
13471347 {
13481348 }
1349+
13491350 template <>
13501351 template <class E1 , class E2 >
13511352 inline void strided_loop_assigner<false >::run (E1 & e1 , const E2 & e2 )
Original file line number Diff line number Diff line change 77 * The full license is in the file LICENSE, distributed with this software. *
88 ****************************************************************************/
99
10+ #include < iterator>
1011#include < type_traits>
1112#include < vector>
12- #include < iterator>
1313
1414#include " xtensor/xarray.hpp"
1515#include " xtensor/xassign.hpp"
@@ -87,6 +87,7 @@ class my_vector
8787 {
8888 return std::make_reverse_iterator (end ());
8989 }
90+
9091 auto rend () const
9192 {
9293 return std::make_reverse_iterator (begin ());
You can’t perform that action at this time.
0 commit comments