Boost C++ Libraries: Ticket #3523: dynamic_properties does not work with subclasses of bundled properties since boost 1.40 https://svn.boost.org/trac10/ticket/3523 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3523 Trac 1.4.3 J.-B. Mouret / Mandor <mouret@…> Wed, 14 Oct 2009 22:41:48 GMT attachment set https://svn.boost.org/trac10/ticket/3523 https://svn.boost.org/trac10/ticket/3523 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test.cc</span> </li> </ul> <p> This programs compiles with boost 1.38 but not with boost 1.40 </p> Ticket Jeremiah Willcock Wed, 14 Oct 2009 23:06:08 GMT owner, status changed https://svn.boost.org/trac10/ticket/3523#comment:1 https://svn.boost.org/trac10/ticket/3523#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrew Sutton</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Wed, 14 Oct 2009 23:32:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3523#comment:2 https://svn.boost.org/trac10/ticket/3523#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/56855" title="Flipped order in convertibility test, fixes #3523 accidentally ...">r56855</a>. Thank you for reporting the bug. </p> Ticket