diff C:/Documents and Settings/atompkins/My Documents/Downloads/boost_1_42_0/boost_1_42_0/boost/graph/astar_search.hpp D:/SourceSafe/includes/boost_1_42_0/boost/graph/astar_search.hpp 241c241 < ColorMap color, VertexIndexMap /*index_map*/, --- > ColorMap color, VertexIndexMap index_map, 247,248c247,248 < typedef boost::vector_property_map IndexInHeapMap; < IndexInHeapMap index_in_heap; --- > typedef boost::vector_property_map IndexInHeapMap; > IndexInHeapMap index_in_heap(index_map);