chore: Use clang-tidy v22 new features (#7427)

This commit is contained in:
Ayaz Salikhov
2026-06-24 18:23:29 +01:00
committed by GitHub
parent 4fec58251b
commit eef8f4a4ff
90 changed files with 315 additions and 294 deletions

View File

@@ -163,7 +163,7 @@ STBitString<Bits>::setValue(BaseUInt<Bits, Tag> const& v)
}
template <int Bits>
typename STBitString<Bits>::value_type const&
STBitString<Bits>::value_type const&
STBitString<Bits>::value() const
{
return value_;