
8 Aug
2012
8 Aug
'12
10:18 p.m.
On 04/08/2012 00:40, Alex Hagen-Zanker wrote:
Jeremiah Willcock wrote
1. You don't need dummy_write_only_property_map; use null_property_map from boost/graph/property_maps/ instead.
Yes, I could use that and it would be fine. My consideration for using the write only map was to pre-empt mistakes where this class is used for getting values.
I see now that null_property_map is also write-only. I will use that one instead.