- Fix bugs pointed out by Apple's GCC 4.0.0
page_rank.cpp:
- Make the "done" version actually work
visitor.hpp:
- Undefine BGL_VISITOR_EVENT properly
[SVN r29931]
src/python/basic_graph.cpp src/python/basic_graph.hpp:
- Add ability to record the names of vertices input via the adjacency list
reader.
example/python/breadth_first_search.py: Building a better example
[SVN r28350]
libs/graph/src/python/basic_graph.cpp, libs/graph/src/python/basic_graph.hpp:
- Allow one to build a graph from anything that looks like a Python list or
tuple.
[SVN r28324]