diff --git a/src/util/bitset.h b/src/util/bitset.h index 4d9a1e54a16c8c..cd611bae28e310 100644 --- a/src/util/bitset.h +++ b/src/util/bitset.h @@ -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. */