Opened 9 years ago
Closed 8 years ago
#9914 closed Bugs (fixed)
copy boost::fusion::pair<int,boost::fusion::map<>>
Reported by: | 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 , 8 years ago
Milestone: | To Be Determined → Boost 1.58.0 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.