Boost C++ Libraries: Ticket #390: vertex bundle properties do not work with VC++.NET 2003 https://svn.boost.org/trac10/ticket/390 <pre class="wiki">This works for arbitrary graph: property_map&lt;graph, edge_bundle_t&gt;::type gEdgeBundleMap = get( edge_bundle, g ); This doesn't: property_map&lt;graph, vertex_bundle_t&gt;::type gVertexBundleMap = get( vertex_bundle, g ); How come? Does this mean one cannot use vertex bundle properties with VC++.NET 2003? michael@or.rwth-aachen.de </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/390 Trac 1.4.3 Douglas Gregor Tue, 22 Nov 2005 14:09:43 GMT status changed https://svn.boost.org/trac10/ticket/390#comment:1 https://svn.boost.org/trac10/ticket/390#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 This works in our tests. Please provide a complete sample program if the problem persists with Boost 1.33.0. </pre> Ticket