8 Apr
2009
8 Apr
'09
12:04 a.m.
On Apr 7, 2009, at 4:59 PM, fabricio wrote:
typedef subgraph< adjacency_list > Graph;
Graph G;
what I want is to create a:
vector< Graph& > subG;
but the usage of & here is illegal.
Why not use pointers?
vector