Skip to content

Commit 5770cef

Browse files
committed
use inherited layout computation
1 parent c452790 commit 5770cef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/xtensor-python/pycontainer.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ namespace xt
8282
using stepper = typename iterable_base::stepper;
8383
using const_stepper = typename iterable_base::const_stepper;
8484

85-
static constexpr layout_type static_layout = layout_type::dynamic;
86-
static constexpr bool contiguous_layout = false;
87-
8885
template <class S = shape_type>
8986
void resize(const S& shape);
9087
template <class S = shape_type>

0 commit comments

Comments
 (0)