7 Apr
2018
7 Apr
'18
1:07 p.m.
On 7 April 2018 at 13:53, Antony Polukhin
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.