aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert/BoundedBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/chilbert/BoundedBitVec.hpp')
-rw-r--r--include/chilbert/BoundedBitVec.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chilbert/BoundedBitVec.hpp b/include/chilbert/BoundedBitVec.hpp
index fa414ca..4f9ef60 100644
--- a/include/chilbert/BoundedBitVec.hpp
+++ b/include/chilbert/BoundedBitVec.hpp
@@ -92,7 +92,7 @@ private:
}
std::array<Rack, calculate_num_racks(MaxN)> m_racks{};
- size_t m_size;
+ size_t m_size{};
};
namespace detail {