Skip to content

Commit

Permalink
Merge pull request #2714 from calgray/external_linkage_support
Browse files Browse the repository at this point in the history
Support external linkage for "recurser_run"
  • Loading branch information
JohanMabille authored Aug 21, 2023
2 parents 53bb7f6 + 6f9bc41 commit a948772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ namespace xt
}

template <class F, class E>
static void recurser_run(F& fn, const E& e, xstrided_slice_vector& slices, std::size_t lim = 0)
void recurser_run(F& fn, const E& e, xstrided_slice_vector& slices, std::size_t lim = 0)
{
using size_type = typename E::size_type;
const auto view = strided_view(e, slices);
Expand Down

0 comments on commit a948772

Please sign in to comment.