
31 Aug
2011
31 Aug
'11
3:25 a.m.
On Aug 30, 2011, at 10:37 PM, Vijay
class Fcif;
As someone already pointed out, it's because you're trying to initialize the any with an incomplete type, ie one that has been declared but not defined. Try defining Fcif, or moving the failing constructor to the cpp, and including the definition of Fcif there.