22 Jun
2005
22 Jun
'05
4:49 p.m.
On Jun 14, 2005, at 2:49 PM, martin f krafft wrote:
also sprach Doug Gregor
[2005.06.14.2046 +0200]: or the get_property method...
The use of property maps is described here:
http://www.boost.org/libs/graph/doc/using_property_maps.html
It does not explain to me what get_property does when called on an edge descriptor. If get_property is not to be used by me, then I wonder why it's not protected.
Lots of things aren't private/protected because compiler's couldn't handle it when the BGL was written. Doug