Opened 8 years ago
Closed 8 years ago
#9964 closed Bugs (fixed)
broken move semantics of fusion::map
Reported by: | 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)
Change History (3)
by , 8 years ago
Attachment: | boost.patch added |
---|
comment:1 by , 8 years ago
This has been fixed recently. Please check the latest code from Github: https://github.com/boostorg/fusion
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch