Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Sep 24, 2024
1 parent 3d43319 commit f219a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libspu/core/xt_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ NdArrayRef xt_to_ndarray(const xt::xexpression<E>& e) {
}

} // namespace spu

template <typename T>
struct fmt::is_range<xt::xarray<T>, char> : std::false_type {};

0 comments on commit f219a43

Please sign in to comment.