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.
2 parents c452790 + 5770cef commit e875139Copy full SHA for e875139
include/xtensor-python/pycontainer.hpp
@@ -82,9 +82,6 @@ namespace xt
82
using stepper = typename iterable_base::stepper;
83
using const_stepper = typename iterable_base::const_stepper;
84
85
- static constexpr layout_type static_layout = layout_type::dynamic;
86
- static constexpr bool contiguous_layout = false;
87
-
88
template <class S = shape_type>
89
void resize(const S& shape);
90
0 commit comments