2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

Merged r64064 (quote fix in example) from trunk

[SVN r65769]
This commit is contained in:
Jeremiah Willcock
2010-10-05 18:08:27 +00:00
parent f095156c22
commit e13fcab1e8

View File

@@ -71,7 +71,7 @@ Various aspects of the graph are modeled by the following classes:
Along with these classes, the graph concepts are modeled by various valid
expression functions defined below. This example also defines a
get(boost::vertex_index_t, const ring_graph&) function which isnt part of a
get(boost::vertex_index_t, const ring_graph&) function which isn't part of a
graph concept, but is used for Dijkstra search.
Apart from graph, client code should not instantiate the model classes