From e13fcab1e8d905fea874a9ed9443892104f9a2c8 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 5 Oct 2010 18:08:27 +0000 Subject: [PATCH] Merged r64064 (quote fix in example) from trunk [SVN r65769] --- example/implicit_graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/implicit_graph.cpp b/example/implicit_graph.cpp index 02ee7f0a..6efdeac9 100644 --- a/example/implicit_graph.cpp +++ b/example/implicit_graph.cpp @@ -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 isn’t 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