mirror of
https://github.com/boostorg/graph.git
synced 2026-01-30 07:52:10 +00:00
The ->* syntax has been removed. Instead, one may use the member pointer as the key for the standard get/put functions of property maps. This makes graph adaptors work with bundled properties (automagically). Also added support for bundled properties in adjacency_matrix. index.htm: Announce the addition of bundled properties. boost/graph/adjacency_list.hpp: Updated to support get/put for bundled properties. boost/graph/adjacency_matrix.hpp: Added support for bundled properties. Suppressed some warnings and fixed a minor bug in add_edge(u, v, ep, g). boost/graph/properties.hpp: Added property_map specialization for bundled properties. libs/graph/doc/*.html: Document uses of bundled properties and direct anyone not using a broken compiler to bundled properties instead of property lists. libs/graph/test/bundled_properties.cpp: Test both adjacency_list and adjacency_matrix, along with filtered_graph. Makes sure all of the bundled properties operations work. [SVN r23125]