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
Copy file name to clipboardExpand all lines: include/seqan3/search/dream_index/interleaved_bloom_filter.hpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@
9
9
10
10
#pragma once
11
11
12
-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
13
-
14
12
#include<algorithm>
15
13
#include<bit>
16
14
17
15
#include<seqan3/contrib/sdsl-lite.hpp>
18
16
#include<seqan3/core/concept/cereal.hpp>
19
17
#include<seqan3/core/detail/strong_type.hpp>
20
18
19
+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
20
+
21
21
namespaceseqan3
22
22
{
23
23
//!\brief Determines if the Interleaved Bloom Filter is compressed.
0 commit comments