8 Apr
2009
8 Apr
'09
6:13 p.m.
oh how dumb of me, it solved my problem :)
thank you everyone
On 8 abr, 14:55, Thomas Klimpel
fabricio wrote:
Hi, thanks for the answers, but using Graph* does not work, it is an invalid cast from Graph& to Graph* the Visual C++ gives me a C2440 error (type cast error) when I try to make Graph* g1 = g.subgraph();
Of course you should write
Graph* g1 = &g.subgraph();
Regards, Thomas _______________________________________________ Boost-users mailing list Boost-us...@lists.boost.orghttp://lists.boost.org/mailman/listinfo.cgi/boost-users