Opened 9 years ago
Closed 9 years ago
#8759 closed Bugs (fixed)
fusion::map doesn't specialize extension::convert_impl when compiled as C++11
Reported by: | Eric Niebler | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | To Be Determined | Component: | fusion |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Looks like a simple oversight. I'm attaching a patch that looks right to me, but I haven't really tested it. I also haven't looked around for other missing convert_impl specializations.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | map_convert.patch added |
---|
comment:1 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks good to me. Please feel free to commit, Eric. Thanks for spotting!