id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2072,Default named parameters in the graph library can not be used with external adaptet graph libraries,laszlo.szakony@…,Jeremiah Willcock,"Due to the following code in boost/graph/properties.hpp:154,155 typedef typename Graph::graph_tag graph_tag; default named paramters can not be used in external libraries, where 'Graph' does not have a graph_tag type. I tested with depth_first_search(). If the code would change to typedef typename graph_traits::graph_tag graph_tag; then would be OK. But if I change the line above I get other error messages. ",Bugs,closed,Boost 1.37.0,graph,Boost 1.35.0,Problem,fixed,,