diff --git a/Source/utils/bitset2d.hpp b/Source/utils/bitset2d.hpp index 154aab00e..d06d60448 100644 --- a/Source/utils/bitset2d.hpp +++ b/Source/utils/bitset2d.hpp @@ -36,7 +36,7 @@ public: data_.reset(); } - [[noexcept]] size_t count() const + [[nodiscard]] size_t count() const { return data_.count(); }