id summary reporter owner description type status milestone component version severity resolution keywords cc 5728 bytes_type type change in 1.47 alexsharoff@… chris_kohlhoff "In previous versions I could do this: {{{ template inline std::size_t hash_value(const boost::array& arr) { return boost::hash_range(arr.begin(), arr.end()); } boost::hash_combine(seed, ep.address().to_v4().to_bytes()); }}} With 1.47 it doesn't compile, because bytes_type changed from boost::array to boost::asio::detail::array." Bugs closed To Be Determined asio Boost 1.47.0 Problem invalid