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

@@ -169,7 +169,7 @@ public:
// Connect to an address
template <class Socket>
bool
connect(Socket& s, typename Socket::endpoint_type const& ep)
connect(Socket& s, Socket::endpoint_type const& ep)
{
try
{