This commit is contained in:
Shunsuke Kanda 2021-06-27 07:40:15 +09:00
commit 39b4d452c3
19 changed files with 1168 additions and 147 deletions

View file

@ -17,7 +17,7 @@ void test_tail_vector(const std::vector<std::string>& sufs, bool bin_mode = fals
tvb.set_suffix(sufs[i], i);
}
tvb.complete(bin_mode, [&](std::uint64_t npos, std::uint64_t tpos) { idxs[npos] = tpos; });
tvec = xcdat::tail_vector(tvb);
tvec = xcdat::tail_vector(std::move(tvb));
}
for (std::uint64_t i = 0; i < sufs.size(); i++) {