Skip to content

Commit

Permalink
[MISC] Make IBF operator== conditionally constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Dec 10, 2024
1 parent 4df28ad commit 9ce3514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hibf/interleaved_bloom_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class interleaved_bloom_filter : private seqan::hibf::bit_vector
/*!\name Comparison operators
* \{
*/
constexpr bool operator==(interleaved_bloom_filter const &) const = default;
HIBF_CONSTEXPR_VECTOR bool operator==(interleaved_bloom_filter const &) const = default;
//!\}

/*!\name Access
Expand Down

0 comments on commit 9ce3514

Please sign in to comment.