Fix Boost API compatibility: remove deprecated bytes_type::size() calls
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:05:21 +0000 (17:05 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:05:21 +0000 (17:05 +0100)
commit506e027f4ab19da18702288015eb524350e60e21
tree46d4ce82c83348135adad4df4f69cb9a2bb3c69b
parente075b72d501cd0537a9f62ee4de4461a0bb0ac34
Fix Boost API compatibility: remove deprecated bytes_type::size() calls

The new Boost API no longer provides a static size() method on
address_v6::bytes_type (std::array). The assertions verifying that
IPv6 addresses are 16 bytes have been removed as the size is a
well-known constant already documented by the code comments.
src/ip/ipv6header.cpp