Re: [Boost-bugs] [Boost C++ Libraries] #12773: WINDOWS- Boost thread 1.63.0 strict aliasing warnings

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12773: WINDOWS- Boost thread 1.63.0 strict aliasing warnings
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-02-19 13:34:41


#12773: WINDOWS- Boost thread 1.63.0 strict aliasing warnings
--------------------------------+----------------------
  Reporter: alexandre.nunes@… | Owner: anthonyw
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------+----------------------

Comment (by anonymous):

 IIRC there was also other similar reports in this code (line 39):
 {{{
 friend bool operator==(state_data const& lhs,state_data const& rhs)
             {
                 return *reinterpret_cast<unsigned
 const*>(&lhs)==*reinterpret_cast<unsigned const*>(&rhs);
             }
 }}}

 But these happened further down the road, after "fixing" the other errors.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12773#comment:6>
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-19 13:38:41 UTC