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.
1 parent 812361a commit 03e5ea4Copy full SHA for 03e5ea4
include/xtensor/xexpression.hpp
@@ -527,7 +527,7 @@ namespace xt
527
using inner_backstrides_type = xtl::mpl::eval_if_t<has_strides<E>,
528
detail::expr_inner_backstrides_type<E>,
529
get_strides_type<shape_type>>;
530
- using storage_type = xtl::mpl::eval_if_t<has_data_interface<E>,
+ using storage_type = xtl::mpl::eval_if_t<has_storage_type<E>,
531
detail::expr_storage_type<E>,
532
make_invalid_type<>>;
533
0 commit comments