[Boost-bugs] [Boost C++ Libraries] #9914: copy boost::fusion::pair<int, boost::fusion::map<>>

Subject: [Boost-bugs] [Boost C++ Libraries] #9914: copy boost::fusion::pair<int, boost::fusion::map<>>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-16 17:29:47


#9914: copy boost::fusion::pair<int,boost::fusion::map<>>
-------------------------------+---------------------
 Reporter: datta.ramadasan@… | Owner: djowel
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
-------------------------------+---------------------
 Hello,

 This code doesn't compile with boost 1.55 and c++11 enabled.
 It compile when c++11 is disabled, or with previous version of boost.
 I tried with g++-4.7 and g++-4.8 under linux.

 Thanks for everything in boost.
 ++

 {{{
 #include <boost/fusion/include/pair.hpp>
 #include <boost/fusion/include/map.hpp>

 int main()
 {
   typedef boost::fusion::pair<int,boost::fusion::map<> > P;
   P a;
   P b = a;
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9914>
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:16 UTC