Update of /cvsroot/boost/boost/boost/graph
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10262/boost/graph
Modified Files:
compressed_sparse_row_graph.hpp
Log Message:
Fix parameter to add_vertices
Index: compressed_sparse_row_graph.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/graph/compressed_sparse_row_graph.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- compressed_sparse_row_graph.hpp 9 Mar 2006 20:06:23 -0000 1.13
+++ compressed_sparse_row_graph.hpp 27 Jun 2006 13:53:47 -0000 1.14
@@ -352,7 +352,7 @@
template<BOOST_CSR_GRAPH_TEMPLATE_PARMS>
inline Vertex
-add_vertices(Vertex count, BOOST_CSR_GRAPH_TYPE& g) {
+add_vertices(typename BOOST_CSR_GRAPH_TYPE::vertices_size_type count,
BOOST_CSR_GRAPH_TYPE& g) {
Vertex old_num_verts_plus_one = g.m_rowstart.size();
g.m_rowstart.resize(old_num_verts_plus_one + count, EdgeIndex(0));
return old_num_verts_plus_one - 1;
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs