Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64064 - trunk/libs/graph/example
From: jewillco_at_[hidden]
Date: 2010-07-15 21:50:04


Author: jewillco
Date: 2010-07-15 21:50:03 EDT (Thu, 15 Jul 2010)
New Revision: 64064
URL: http://svn.boost.org/trac/boost/changeset/64064

Log:
Fixed non-ASCII quote issue
Text files modified:
   trunk/libs/graph/example/implicit_graph.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/example/implicit_graph.cpp
==============================================================================
--- trunk/libs/graph/example/implicit_graph.cpp (original)
+++ trunk/libs/graph/example/implicit_graph.cpp 2010-07-15 21:50:03 EDT (Thu, 15 Jul 2010)
@@ -71,7 +71,7 @@
 
 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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk