Skip to content

Commit b5166b3

Browse files
committed
Change namespace to avoid sdsl-v2 clashes
1 parent 14e343e commit b5166b3

File tree

19 files changed

+487
-446
lines changed

19 files changed

+487
-446
lines changed

include/seqan3/alphabet/container/bitpacked_sequence.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class bitpacked_sequence
6767
static_assert(bits_per_letter <= 64, "alphabet must be representable in at most 64bit.");
6868

6969
//!\brief Type of the underlying SDSL vector.
70-
using data_type = sdsl::int_vector<bits_per_letter>;
70+
using data_type = seqan3::contrib::sdsl::int_vector<bits_per_letter>;
7171

7272
//!\brief The data storage.
7373
data_type data;

0 commit comments

Comments
 (0)