Browse Source

use correct attribute -_- (#5084)

pull/5086/head
Andrew James 4 years ago committed by GitHub
parent
commit
fb2fae12e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/utils/bitset2d.hpp

2
Source/utils/bitset2d.hpp

@ -36,7 +36,7 @@ public:
data_.reset();
}
[[noexcept]] size_t count() const
[[nodiscard]] size_t count() const
{
return data_.count();
}

Loading…
Cancel
Save