Opened 13 years ago
Closed 13 years ago
#3523 closed Bugs (fixed)
dynamic_properties does not work with subclasses of bundled properties since boost 1.40
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | graph |
Version: | Boost 1.40.0 | Severity: | Regression |
Keywords: | graph dynamic_properties bundled properties | Cc: |
Description
The attached program (see the two main functions) describes the problem. Both main functions compiles (and works) with boost 1.37 and 1.38 (1.39 not yet checked) but the second one does not compile with boost 1.40. I think the behavior of the 1.38 version is much more consistent; additionally, this example shows that some (currently unknown) changes from 1.38 to 1.40 breaks some code.
Attachments (1)
Change History (3)
by , 13 years ago
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r56855. Thank you for reporting the bug.
Note:
See TracTickets
for help on using tickets.
This programs compiles with boost 1.38 but not with boost 1.40