|
Boost : |
Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: John Maddock (john_at_[hidden])
Date: 2013-10-18 13:11:33
>>> 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>
HTH, John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk