11 Jun
2014
11 Jun
'14
9:48 p.m.
Le 11/06/14 16:22, Peter Dimov a écrit :
Shows significant progress.
http://www.pdimov.com/tmp/report-d6c23cf/module-overview.html http://www.pdimov.com/tmp/report-d6c23cf/module-levels.html
Thanks Peter. Could you add easily the level of each one of the libraries a library depends on, e.g * align(3) -> assert(1) config(0) core(2) static_assert(1) throw_exception(2) This would help to easily identify the cycles and justify the level of a library. Best, Vicente