Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
9375ede0
Commit
9375ede0
authored
Mar 06, 2003
by
Robert Ricci
Browse files
Remove a hunk that is no longer needed - new vesions of boost have
this part of the patch.
parent
ba3d8f50
Changes
1
Hide whitespace changes
Inline
Side-by-side
patches/boost.patch
View file @
9375ede0
...
...
@@ -50,25 +50,6 @@ diff -rcN /usr/local/include/boost.orig/graph/dijkstra_shortest_paths.hpp /usr/l
template <class Edge, class Graph>
void black_target(Edge, Graph&) { }
template <class Vertex, class Graph>
***************
*** 200,207 ****
}
put(distance, s, zero);
! dijkstra_shortest_paths(g, s, predecessor, distance, weight,
! index_map, compare, combine, inf, zero, vis);
}
namespace detail {
--- 206,213 ----
}
put(distance, s, zero);
! dijkstra_shortest_paths_no_init(g, s, predecessor, distance, weight,
! index_map, compare, combine, inf, zero, vis);
}
namespace detail {
diff -rcN /usr/local/include/boost.orig/graph/exception.hpp /usr/local/include/boost/graph/exception.hpp
***
/usr/local/include/boost.orig/graph/exception.hpp Wed Dec 31 17:00:00 1969
--- /usr/local/include/boost/graph/exception.hpp Thu Jun 6 11:04:09 2002
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment