
Hi,
I try using the compressed_sparse row_graph graph type, and I want add
lots vertices.
When I read the documentation
(http://www.boost-consulting.com/boost/libs/graph/doc/compressed_sparse_row.h...),
I saw the appropriate add_vertices function described as bellow:
vertex_descriptor add_vertices(vertices_size_type count,
compressed_sparse_row_graph& g)
But, in compressed_sparse_row_graph.hpp:346:
<--8-----------------------------------------------------
template