Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-04-29 14:19:08


Author: dgregor
Date: 2008-04-29 14:19:07 EDT (Tue, 29 Apr 2008)
New Revision: 44890
URL: http://svn.boost.org/trac/boost/changeset/44890

Log:
Merge Boost.Graph fix from mainline
Text files modified:
   branches/release/boost/graph/dijkstra_shortest_paths.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/graph/dijkstra_shortest_paths.hpp
==============================================================================
--- branches/release/boost/graph/dijkstra_shortest_paths.hpp (original)
+++ branches/release/boost/graph/dijkstra_shortest_paths.hpp 2008-04-29 14:19:07 EDT (Tue, 29 Apr 2008)
@@ -109,7 +109,7 @@
       }
 
       template <class Vertex, class Graph>
- void initialize_vertex(Vertex u, Graph& g) { }
+ void initialize_vertex(Vertex /*u*/, Graph& /*g*/) { }
       template <class Edge, class Graph>
       void non_tree_edge(Edge, Graph&) { }
       template <class Vertex, class Graph>


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