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: J.-B. Mouret / Mandor <mouret@…> 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)

test.cc (655 bytes ) - added by J.-B. Mouret / Mandor <mouret@…> 13 years ago.
This programs compiles with boost 1.38 but not with boost 1.40

Download all attachments as: .zip

Change History (3)

by J.-B. Mouret / Mandor <mouret@…>, 13 years ago

Attachment: test.cc added

This programs compiles with boost 1.38 but not with boost 1.40

comment:1 by Jeremiah Willcock, 13 years ago

Owner: changed from Andrew Sutton to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r56855. Thank you for reporting the bug.

Note: See TracTickets for help on using tickets.