Re: [Boost-bugs] [Boost C++ Libraries] #8772: boost.variant broken in combination with g++ 4.6.x series and C++0x

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8772: boost.variant broken in combination with g++ 4.6.x series and C++0x
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-12 13:13:30


#8772: boost.variant broken in combination with g++ 4.6.x series and C++0x
-------------------------------+--------------------------------
  Reporter: anonymous | Owner: ebf
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: variant
   Version: Boost 1.54.0 | Severity: Regression
Resolution: | Keywords: signals2 gcc 4.6.x
-------------------------------+--------------------------------

Comment (by apolukhin):

 This can be fixed by removing `typename B1, ` from first `void
 assign_impl`, making it look like:
 {{{
         template <typename RhsT, typename B2>
         void assign_impl(
               RhsT& rhs_content
             , mpl::true_ // has_nothrow_copy
             , mpl::false_ // is_nothrow_move_constructible
             , B2 // has_fallback_type
             )
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8772#comment:1>
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:13 UTC