Subject: [Boost-users] Need example of substitution of priority queue
From: Eric Fowler (eric.fowler_at_[hidden])
Date: 2010-05-20 14:04:06


I wish to run a breadth_first_search() on a graph where I am defining
the priority queue (I have a hand-rolled sort order).
Is there any reason I cannot use std::priority_queue<> to do this?
Does anyone have an example, or know of one in the docs?
Thanks
Eric