Opened 8 years ago

Closed 8 years ago

#9964 closed Bugs (fixed)

broken move semantics of fusion::map

Reported by: Alexander Cheparukhin <cheparukhin@…> Owned by: Joel de Guzman
Milestone: To Be Determined Component: fusion
Version: Boost 1.55.0 Severity: Regression
Keywords: Cc:

Description

move constructor of map_impl is broken since 1.55: the base class is trying to construct from itself instead of the passed argument, which results in errors. I've attached a patch which should solve the problem.

Attachments (1)

boost.patch (452 bytes ) - added by Alexander Cheparukhin <cheparukhin@…> 8 years ago.
patch

Download all attachments as: .zip

Change History (3)

by Alexander Cheparukhin <cheparukhin@…>, 8 years ago

Attachment: boost.patch added

patch

comment:1 by Joel de Guzman, 8 years ago

This has been fixed recently. Please check the latest code from Github: https://github.com/boostorg/fusion

comment:2 by Joel de Guzman, 8 years ago

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