Skip to content

Commit 03e5ea4

Browse files
committed
replace has_data_interface by has_storage_type
1 parent 812361a commit 03e5ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xtensor/xexpression.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ namespace xt
527527
using inner_backstrides_type = xtl::mpl::eval_if_t<has_strides<E>,
528528
detail::expr_inner_backstrides_type<E>,
529529
get_strides_type<shape_type>>;
530-
using storage_type = xtl::mpl::eval_if_t<has_data_interface<E>,
530+
using storage_type = xtl::mpl::eval_if_t<has_storage_type<E>,
531531
detail::expr_storage_type<E>,
532532
make_invalid_type<>>;
533533

0 commit comments

Comments
 (0)