Skip to content

Draft: Use xtensor<char, N> instead of xtensor<int, N>

Maik Nijhuis requested to merge ast-1238-use-xtensor-char into master

When XTensor has merged https://github.com/xtensor-stack/xtensor/pull/2708, we can replace the xt::xtensor<int, N> that were added in !1023 (merged) by the smaller xt::xtensor<char, N>.

Merge request reports