In this PR https://github.com/xtensor-stack/xtensor-sparse/pull/53, we changed svector to std::vector. But it should work. We had an issue during the `insert_element` of csf_scheme with a segfault on a call of `std::move_backward` for a sector.
In this PR #53, we changed svector to std::vector.
But it should work.
We had an issue during the
insert_elementof csf_scheme with a segfault on a call ofstd::move_backwardfor a sector.