1 Nov
2013
1 Nov
'13
10:10 p.m.
Hi John, Thanks for the analysis! Could you adapt the mapping in repositories.txt accordingly and submit a pull request on Boost2Git (Preferable in several small commits)? Alternatively, I can make the changes in repositories.txt if you give me the *exact* information what to change (Maybe after the discussion).
boost/detail/xxx.hpp
File appears to be unused, suggest we remove it.
Since we modularize the complete history, we need to define where a file belongs. Even if we delete it.
boost/detail/xxx.hpp
Used by YYY and ZZZ, move to "common"
Isn't there already a dependency from YYY to ZZZ? Could we put xxx.hpp to ZZZ instead? Maybe a "common" is not even needed. -- Daniel