Re: [Boost-bugs] [Boost C++ Libraries] #10382: 1.56.0 Graph adjacency_list has compile errors on g++ 4.6.4

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10382: 1.56.0 Graph adjacency_list has compile errors on g++ 4.6.4
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-06 19:01:20


#10382: 1.56.0 Graph adjacency_list has compile errors on g++ 4.6.4
----------------------------------------------+---------------------------
  Reporter: Conrad Mercer <conrad.mercer@…> | Owner: jewillco
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: graph
   Version: Boost 1.56.0 | Severity: Showstopper
Resolution: | Keywords: compile error
----------------------------------------------+---------------------------

Comment (by mhassert@…):

 Mikael, thanks for the patch!

 But I think there's a small typo in there. Instead of
 {{{
     #if !(defined(BOOST_MSVC) || (defined(BOOST_GCC) || (BOOST_GCC / 100)
 < 406))
 }}}
 it should read
 {{{
     #if !(defined(BOOST_MSVC) || (defined(BOOST_GCC) && (BOOST_GCC / 100)
 < 406))
 }}}

 That is, "&&" instead of "!||".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10382#comment:4>
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:17 UTC