mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 08:32:11 +00:00
fixed some name lookup issues for get(T* )
[SVN r7760]
This commit is contained in:
@@ -194,7 +194,7 @@ namespace boost {
|
||||
class property_map {
|
||||
typedef typename Property::kind Kind;
|
||||
typedef typename detail::property_map_kind_selector<Kind>::type Selector;
|
||||
typedef typename Selector::bind<Graph, Property>::type Map;
|
||||
typedef typename Selector::template bind<Graph, Property>::type Map;
|
||||
public:
|
||||
typedef typename Map::type type;
|
||||
typedef typename Map::const_type const_type;
|
||||
|
||||
Reference in New Issue
Block a user