
Daniel James wrote:
We can write tests if needed, but it won't be hard to work out which modules use the various parts of detail, so we can track their tests.
It's not hard, I agree. :-) C:\boost-git\develop>dist\bin\boostdep.exe boost/detail/is_xxx.hpp Inclusion report for <boost/detail/is_xxx.hpp> (in module detail): from parameter: <boost/parameter/parameters.hpp> from python: <boost/python/detail/is_xxx.hpp> C:\boost-git\develop>dist\bin\boostdep.exe boost/detail/is_incrementable.hpp Inclusion report for <boost/detail/is_incrementable.hpp> (in module detail): from icl: <boost/icl/type_traits/is_discrete.hpp> from iostreams: <boost/iostreams/detail/resolve.hpp> from iterator: <boost/indirect_reference.hpp> <boost/iterator/new_iterator_tests.hpp> <boost/pointee.hpp> and so on.