2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +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 98a9fa445b
commit 0b7333f854

View File

@@ -10,7 +10,7 @@
#endif
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/reverse_graph.hpp>
#include <boost/property_map.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/bind.hpp>
#include <boost/integer_traits.hpp>
#include <boost/tuple/tuple.hpp>