diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 4c44ad84..a2d71197 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -194,7 +194,7 @@ namespace boost { class property_map { typedef typename Property::kind Kind; typedef typename detail::property_map_kind_selector::type Selector; - typedef typename Selector::bind::type Map; + typedef typename Selector::template bind::type Map; public: typedef typename Map::type type; typedef typename Map::const_type const_type;