Skip to content
Boyd Duffee edited this page Oct 22, 2013 · 4 revisions

file migrations

Need to edit the include lines in these files:

  • Directed/Directed.xs
  • Undirected/Undirected.xs
  • include/BoostGraph_i.h

Change old filenames to these new filenames

  • boost/property_map.hpp -> boost/property_map/property_map.hpp

missing files

The following files have disappeared since v1.33:

boost/pending/integer_range.hpp

defines make_integer_range() for BoostGraph_i.h and was removed in r74023, Aug 2011. The only reason BoostGraph_i.h needs it is to implement breadthFirstSearch and depthFirstSearch

Clone this wiki locally