Fix C++11 array compatibility in network_array.hpp
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:14:25 +0000 (17:14 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 27 Dec 2025 16:18:12 +0000 (17:18 +0100)
commit18ec486722428cd39f74128108a34d7c31bbabe1
treef578e26be554d74ca28187ef2c5f40df51a67598
parent85a1140dd76abc289cc5184d68239eb0fd951de1
Fix C++11 array compatibility in network_array.hpp

Replace .elems[0] with .data() for address_v6::bytes_type (std::array)
which does not have the elems member. Keep .elems for boost::array.
lib/boost-net-dns/boost/net/network_array.hpp