
17 Nov
2005
17 Nov
'05
2:32 p.m.
"Bruno MartÃnez" <br1@internet.com.uy> wrote in message news:op.s0c8nu06551aze@yoda...
On Wed, 16 Nov 2005 16:56:00 -0200, Michael Goldshteyn <mgoldshteyn@comcast.net> wrote: I think you can forward declare Action ate the top and define it later. You end up with vector<Action> in arguments. I know that using standard classes with incomplete types is not guaranteed to work, but I'm not sure if mentioning it as a parameter is a 'use'.
Maybe this thread should be moved to c.l.c++.moderated.
Bruno
You cannot forward declare a type used as a value for vector. Mike