Opened 9 years ago

Closed 8 years ago

#9914 closed Bugs (fixed)

copy boost::fusion::pair<int,boost::fusion::map<>>

Reported by: datta.ramadasan@… Owned by: Joel de Guzman
Milestone: Boost 1.58.0 Component: fusion
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

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;
}

Change History (2)

comment:1 by Kohei Takahashi <flast@…>, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0

I had added the tests for such case in pull-request 47, and Boost.Regression shows no fail with it. Jowel, please close this issue.

comment:2 by Joel de Guzman, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.