2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 04:22:17 +00:00

Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names

[SVN r52226]
This commit is contained in:
Jeremiah Willcock
2009-04-07 01:28:38 +00:00
parent 3267340308
commit 1daf91c82d

View File

@@ -28,7 +28,7 @@
// Headers required to implement graph topologies
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <boost/property_map.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/graph/iteration_macros.hpp>
#include <boost/shared_array.hpp>