On Nov 1, 2013, at 2:15 PM, Jeremiah Willcock
On Fri, 1 Nov 2013, John Maddock wrote:
Lets say we wanted boost/detail to depend on nothing but config, here's what it would take:
boost/detail/algorithm.hpp
Used by graph lib only, suggest it's moved there.
I'm fine with that, but all uses of them can probably be removed anyway (there are only two functions in that file with four overloads).
boost/detail/is_sorted.hpp
Used by graph and range, move to "common"
Doesn't this belong in Algorithm? It might be there already by some other name.
Yes.
#include