
18 Oct
2013
18 Oct
'13
5:11 p.m.
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.