diff --git a/include/boost/pending/property.hpp b/include/boost/pending/property.hpp index bf504185..f79e7448 100644 --- a/include/boost/pending/property.hpp +++ b/include/boost/pending/property.hpp @@ -55,7 +55,7 @@ namespace boost { // Code to look up one property in a property list: template - struct lookup_one_property_internal {BOOST_STATIC_CONSTANT(bool, found = false);}; + struct lookup_one_property_internal {BOOST_STATIC_CONSTANT(bool, found = false); typedef void type;}; // Special-case properties (vertex_all, edge_all, graph_all) #define BGL_ALL_PROP(tag) \