Fix Boost API compatibility: remove deprecated bytes_type::size() calls
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:19:56 +0000 (17:19 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:19:56 +0000 (17:19 +0100)
commit7c983f06363a7867e6c50bf2eff0182788666821
treeab8765affc73b4e31d64e0c634efbedee58d3cfc
parent18ec486722428cd39f74128108a34d7c31bbabe1
Fix Boost API compatibility: remove deprecated bytes_type::size() calls

Remove BOOST_ASSERT with address_v4/address_v6::bytes_type::size() as the
new Boost API no longer provides a static size() method on std::array.
src/tcp/tcpheader.cpp