chore: Rename CamelCase namespaces to snake_case (#7933)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Kremer
2026-08-04 14:46:55 +01:00
committed by GitHub
parent b8451ffa32
commit 06488c1318
293 changed files with 2104 additions and 2083 deletions

View File

@@ -5,7 +5,7 @@
#include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/tcp.hpp>
namespace beast::IP {
namespace beast::ip {
Endpoint
fromAsio(boost::asio::ip::address const& address)
@@ -31,4 +31,4 @@ toAsioEndpoint(Endpoint const& endpoint)
return boost::asio::ip::tcp::endpoint{endpoint.address(), endpoint.port()};
}
} // namespace beast::IP
} // namespace beast::ip