Boost logo

Boost :

Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-10-18 15:30:31


On 10/18/2013 1:11 PM, John Maddock wrote:
>>>> The property_map library can be used completely outside of the graph
>>>> library. What does moving parts of property_map into graph accomplish ?
>>>
>>> It makes the property_map library/repo/package not depend on the graph
>>> library/repo/package.
>>
>> The property_map library is a header only library. Please point out to
>> me where in the property_map headers there is any reference to
>> anything in the graph library.
>
> In boost/property_map/parallel/distributed_property_map.hpp:
>
> #include <boost/graph/parallel/process_group.hpp>
> #include <boost/graph/detail/edge.hpp>
> #include <boost/graph/parallel/basic_reduce.hpp>
> #include <boost/graph/parallel/detail/untracked_pair.hpp>
> #include <boost/graph/distributed/unsafe_serialize.hpp>

Thanks, John.


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