Boost logo

Boost :

Subject: Re: [boost] Reducing dependencies
From: Peter Dimov (lists_at_[hidden])
Date: 2018-04-07 13:29:57


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk