2
0
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:
Jeremy Siek
2000-09-21 18:59:18 +00:00
parent 6fc559c12c
commit 2c75d3d962

View File

@@ -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;