Support for graph properties in read_graphviz for BGL.

[SVN r36267]
This commit is contained in:
Ronald Garcia 2006-12-04 18:04:02 +00:00
parent 54864087bf
commit 2a6b61b1d6

View file

@ -338,6 +338,15 @@
dijkstra_shortest_paths</tt></a> now calls
<tt>vis.initialize_vertex</tt> for each vertex
during initialization.</li>
<li><tt>read_graphviz</tt> now provides
support for graph properties. WARNING: This
may result in exceptions if the
supplied property maps do not account
for graph properties. See the example
use <a href=
"libs/graph/doc/read_graphviz.html">
here</a>.</li>
<li>See the <a href=
"libs/graph/doc/history.html#1.34.0">complete