mirror of
https://github.com/boostorg/graph.git
synced 2026-01-29 19:42:11 +00:00
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk
[SVN r84299]
This commit is contained in:
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
|
||||
|
||||
|
||||
// pick random start/goal
|
||||
mt19937 gen(time(0));
|
||||
boost::mt19937 gen(time(0));
|
||||
vertex start = random_vertex(g, gen);
|
||||
vertex goal = random_vertex(g, gen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user