You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was calling the select function for csa_wt from the helper file and I got the following error:
/home/mydir/include/sdsl/suffix_array_helper.hpp:459:26: error: ‘const class sdsl::csa_wt<>’ has no member named ‘select’; did you mean ‘select_bwt’?
return m_csa.select(i, c);
~~~~~~^~~~~~
select_bwt
As seen from the declaration of csa_wt.hpp, the name of the select function of csa_wt is select_bwt.
Thanks!
The text was updated successfully, but these errors were encountered:
jltsiren
added a commit
to vgteam/sdsl-lite
that referenced
this issue
Jan 18, 2021
I was calling the
select
function for csa_wt from the helper file and I got the following error:As seen from the declaration of csa_wt.hpp, the name of the select function of csa_wt is select_bwt.
Thanks!
The text was updated successfully, but these errors were encountered: