2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 20:02:12 +00:00
Files
graph/test
Douglas Gregor 23b3545c8d Overall: Second, more complete and better tested version of bundled properties.
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]
2004-06-20 03:37:09 +00:00
..
2004-02-05 20:48:46 +00:00
2003-02-12 08:51:11 +00:00
2003-02-12 08:51:11 +00:00
2004-02-02 16:17:34 +00:00
2003-02-12 08:51:11 +00:00
2003-02-12 08:51:11 +00:00
2004-05-14 05:53:33 +00:00
2004-06-11 11:38:37 +00:00
2003-02-12 08:51:11 +00:00
2004-01-05 06:39:42 +00:00
2001-09-03 21:14:37 +00:00
2004-04-15 07:26:57 +00:00