Skip to content

Commit

Permalink
fixup! Add cluster linearization code
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaftuar committed Apr 27, 2024
1 parent d58a7f7 commit 8ef26be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/bitset.h
Expand Up @@ -258,7 +258,7 @@ class MultiIntBitSet

public:
/** Construct an all-zero bitset. */
MultiIntBitSet() noexcept : m_val{} {}
MultiIntBitSet() noexcept {}
/** Copy construct a bitset. */
MultiIntBitSet(const MultiIntBitSet&) noexcept = default;
/** Copy assign a bitset. */
Expand Down

0 comments on commit 8ef26be

Please sign in to comment.