hashed_string: linter related stuff

This commit is contained in:
Michele Caini
2023-12-19 11:51:29 +01:00
parent 4b5a6cd2c6
commit d2344e8e62

View File

@@ -167,7 +167,7 @@ public:
* @return The size of the hashed string.
*/
[[nodiscard]] constexpr size_type size() const noexcept {
return base_type::length;
return base_type::length; // NOLINT
}
/**