Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7308: Property maps from bundled properties (with base member)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-11 17:56:40
#7308: Property maps from bundled properties (with base member)
--------------------------------------------+-------------------------------
Reporter: andreas.zilian@⦠| Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords: property map, bundled properties, base member
--------------------------------------------+-------------------------------
Changes (by bgrube@â¦):
* cc: bgrube@⦠(added)
Comment:
Probably related: Code like
{{{
#include <boost/graph/adjacency_list.hpp>
using namespace boost;
typedef property<vertex_bundle_t, int> nodeProp;
typedef adjacency_list<vecS, vecS, bidirectionalS, nodeProp> graphType;
graphType graph; // gives compiler error with 1.51.0
}}}
compiles with Boost 1.50.0 but does not with 1.51.0 (using clang 3.1).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7308#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC