18 Oct
2013
18 Oct
'13
7:30 p.m.
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
#include #include #include #include
Thanks, John.