diff options
Diffstat (limited to 'include/chilbert')
-rw-r--r-- | include/chilbert/SmallBitVec.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chilbert/SmallBitVec.hpp b/include/chilbert/SmallBitVec.hpp index 7806cf1..da9ed12 100644 --- a/include/chilbert/SmallBitVec.hpp +++ b/include/chilbert/SmallBitVec.hpp @@ -291,6 +291,7 @@ public: {} }; + // NOLINTNEXTLINE(readability-convert-member-functions-to-static) Mask mask(const size_t i = 0) const { assert(i <= size()); |