Merge pull request #3448 from MaelRL/BGL-fix_doc_typos-GF

BGL: fix doc typo
This commit is contained in:
Sebastien Loriot 2018-11-12 09:51:40 +01:00 committed by GitHub
commit a2f2d42a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ edges(const EdgeListGraph& g);
This is the case for implementations only marking edges deleted in the edge container.
*/
template <typename EdgeListGraph>
boost::graph_traits<EdgeListGraph>::ver_size_type
boost::graph_traits<EdgeListGraph>::edges_size_type
num_edges(const EdgeListGraph& g);

View File

@ -33,6 +33,6 @@ vertices(const VertexListGraph& g);
This is the case for implementations only marking vertices deleted in the vertex container.
*/
template <typename VertexListGraph>
boost::graph_traits<VertexListGraph>::ver_size_type
boost::graph_traits<VertexListGraph>::vertices_size_type
num_vertices(const VertexListGraph& g);