id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6438,Parameters in the wrong order for grid_graph index from vertex function,anonymous,,"The documentation in this page says: // Get the index associated with vertex Traits::vertices_size_type get(boost::vertex_index_t, Traits::vertex_descriptor vertex, const Graph& graph); but the call only seems to work like this: boost::graph_traits::vertex_descriptor v = { { 0, 1 } }; boost::graph_traits::vertices_size_type ind = get(boost::vertex_index, graph, v); So not only is it (graph, v) instead of (v, graph), it is also just vertex_index instead of vertex_index_t.",Bugs,closed,To Be Determined,None,Boost 1.48.0,Cosmetic,worksforme,,