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
compiltion fails with clang-19: error: no member named 'm_select1' in 'louds_tree<bit_vec_t, select_1_t, select_0_t>'; did you mean 'm_bv_select1'?
#126
Open
yurivict opened this issue
Nov 16, 2024
· 0 comments
In file included from /wrkdirs/usr/ports/biology/seqwish/work/seqwish-v0.7.11/deps/sdsl-lite/lib/louds_tree.cpp:1:
/wrkdirs/usr/ports/biology/seqwish/work/.build/sdsl-lite-prefix/src/sdsl-lite-build/lib/../include/sdsl/louds_tree.hpp:182:51: error: no member named 'm_select1' in 'louds_tree<bit_vec_t, select_1_t, select_0_t>'; did you mean 'm_bv_select1'?
182 | util::swap_support(m_bv_select1, tree.m_select1, &m_bv, &(tree.m_bv));
| ^~~~~~~~~
| m_bv_select1
/wrkdirs/usr/ports/biology/seqwish/work/.build/sdsl-lite-prefix/src/sdsl-lite-build/lib/../include/sdsl/louds_tree.hpp:68:25: note: 'm_bv_select1' declared here
68 | select_1_type m_bv_select1; // select support for 1-bits on m_bv
| ^
/wrkdirs/usr/ports/biology/seqwish/work/.build/sdsl-lite-prefix/src/sdsl-lite-build/lib/../include/sdsl/louds_tree.hpp:183:51: error: no member named 'm_select0' in 'louds_tree<bit_vec_t, select_1_t, select_0_t>'; did you mean 'm_bv_select0'?
183 | util::swap_support(m_bv_select0, tree.m_select0, &m_bv, &(tree.m_bv));
| ^~~~~~~~~
| m_bv_select0
log
Version: 0.7.11
FreeBSD 15 (CURRENT)
The text was updated successfully, but these errors were encountered: