Ticket #2209: xxx

File xxx, 475 bytes (added by Steven Robbins <smr@…>, 14 years ago)
Line 
1--- boost-posix-2008-03-21.orig/boost/graph/topological_sort.hpp
2+++ boost-posix-2008-03-21/boost/graph/topological_sort.hpp
3@@ -37,7 +37,7 @@
4 : m_iter(_iter) { }
5
6 template <typename Edge, typename Graph>
7- void back_edge(const Edge& u, Graph&) { throw not_a_dag(); }
8+ void back_edge(const Edge&, Graph&) { throw not_a_dag(); }
9
10 template <typename Vertex, typename Graph>
11 void finish_vertex(const Vertex& u, Graph&) { *m_iter++ = u; }