We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec6770 commit c8c5a28Copy full SHA for c8c5a28
include/xtensor/xfunction.hpp
@@ -403,7 +403,7 @@ namespace xt
403
404
private:
405
406
- using data_type = std::tuple<decltype(linear_begin(std::declval<const std::decay_t<CT>>()))...>;
+ using data_type = std::tuple<decltype(xt::linear_begin(std::declval<const std::decay_t<CT>>()))...>;
407
408
template <std::size_t... I>
409
reference deref_impl(std::index_sequence<I...>) const;
0 commit comments