aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/StaticBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/StaticBitVec.hpp')
-rw-r--r--chilbert/StaticBitVec.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chilbert/StaticBitVec.hpp b/chilbert/StaticBitVec.hpp
index 64b8c99..24152e1 100644
--- a/chilbert/StaticBitVec.hpp
+++ b/chilbert/StaticBitVec.hpp
@@ -45,13 +45,13 @@ public:
StaticBitVec() = default;
- /// Constructor for compatibility with CBigBitVec
+ /// Constructor for compatibility with DynamicBitVec
explicit StaticBitVec(const size_t bits)
{
assert(bits == size());
}
- /// Constructor for compatibility with CBigBitVec
+ /// Constructor for compatibility with DynamicBitVec
StaticBitVec(const size_t bits, const Rack value)
: StaticBitVec{bits}
{