Skip to content

Commit

Permalink
Merge pull request #163 from eseiler/fix/mismatched_tags
Browse files Browse the repository at this point in the history
[FIX] Wmismatched-tags
  • Loading branch information
eseiler authored Nov 7, 2023
2 parents 737a231 + 4b0f237 commit a85be3e
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 @@ -147,7 +147,7 @@ class interleaved_bloom_filter : private seqan::hibf::bit_vector

//!\brief Allow cereal to cast the IBF into its base class.
template <typename t>
friend class cereal::base_class;
friend struct cereal::base_class;

//!\brief The number of bins specified by the user.
size_t bins{};
Expand Down

1 comment on commit a85be3e

@vercel
Copy link

@vercel vercel bot commented on a85be3e Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hibf – ./

hibf-git-main-seqan.vercel.app
hibf.vercel.app
hibf-seqan.vercel.app

Please sign in to comment.