Skip to content

Commit e875139

Browse files
Merge pull request xtensor-stack#155 from wolfv/speed
use inherited layout computation
2 parents c452790 + 5770cef commit e875139

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)