From 64515bb87b4a7b883b2d5788e25d567676e8dbc3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jun 2025 12:14:05 -0400 Subject: Suppress new warning in clang-tidy 20 --- include/chilbert/SmallBitVec.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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()); -- cgit v1.2.1