Boost logo

Boost :

Subject: Re: [boost] [modularization] Improving/splitting up detail
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2013-11-01 17:15:40


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.

-- Jeremiah Willcock


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk