Opened 11 years ago
Closed 6 years ago
#6202 closed Bugs (fixed)
phoenix::bind does not work with boost::signals2
Reported by: | Owned by: | Thomas Heller | |
---|---|---|---|
Milestone: | To Be Determined | Component: | phoenix |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The following example fails to compile using phoenix::bind, however the unbound form and boost::bind work.
Attachments (1)
Change History (2)
by , 11 years ago
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm not sure which commit actually fixed this issue, but 1.56 fixes this.
Note:
See TracTickets
for help on using tickets.
Sample program.