Subject: Re: [boost] Reducing dependencies
From: Daniel James (dnljms_at_[hidden])
Date: 2018-04-07 13:07:21


On 7 April 2018 at 13:53, Antony Polukhin <antoshkka_at_[hidden]> wrote:
>
> In that case I'd love to see both changes:
> * dropping circular dependency container_hash <=> detail
> * dropping dependency of detail on mpl
>
> With both changes much more libraries improve in dependency levels.

Isn't the circular dependency because of the dependency on mpl?

container_hash -> detail -> mpl -> utility -> iterator -> fusion ->
container_hash

It won't break over circular dependencies though, e.g. mpl and utility
depend on each other.