Re: [boost] [BGL] graph coloring

19 Jul
2006
19 Jul
'06
4:35 a.m.
I'm coloring my graph with the following code:
��������vertex_color_map_t& vertex_color_map = boost::get(vertex_color, g);
But this line didn't cause problem.
I wouldn't have expected the above to compile at all; aren't property maps returned by value?
D.
6904
Age (days ago)
6904
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wang Weiwei