[Boost-bugs] [Boost C++ Libraries] #5728: bytes_type type change in 1.47

Subject: [Boost-bugs] [Boost C++ Libraries] #5728: bytes_type type change in 1.47
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-21 12:51:41


#5728: bytes_type type change in 1.47
-----------------------------------+----------------------------------------
 Reporter: alexsharoff@… | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
-----------------------------------+----------------------------------------
 In previous versions I could do this:
 {{{
 template <typename T, std::size_t N>
 inline std::size_t hash_value(const boost::array<T,N>& 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5728>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC