Hi Steven, It does not compile for the same reason this does not compile: ----------------- struct b; struct a : public b {}; struct b {}; ----------------- HTH, --Eljay
Hi Steven, It does not compile for the same reason this does not compile: ----------------- struct b; struct a : public b {}; struct b {}; ----------------- HTH, --Eljay