7 Apr
2018
7 Apr
'18
1:19 p.m.
Daniel James wrote:
Isn't the circular dependency because of the dependency on mpl?
container_hash -> detail -> mpl -> utility -> iterator -> fusion -> container_hash
It is... was. I'll regenerate the report. utility->iterator (because of utility.hpp->next_prior.hpp) is no longer.
It won't break over circular dependencies though, e.g. mpl and utility depend on each other.
I think I fixed that too. Utility no longer depends on MPL.