Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csa_wt select in suffix_array_helper.hpp #426

Open
ame9yu opened this issue May 15, 2020 · 0 comments
Open

csa_wt select in suffix_array_helper.hpp #426

ame9yu opened this issue May 15, 2020 · 0 comments

Comments

@ame9yu
Copy link

ame9yu commented May 15, 2020

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!

jltsiren added a commit to vgteam/sdsl-lite that referenced this issue Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant