Boost logo

Boost Users :

Subject: Re: [Boost-users] Reg : Boost Error - any.hpp
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-08-30 23:25:27


On Aug 30, 2011, at 10:37 PM, Vijay <v2k.sweet_at_[hidden]> wrote:

> 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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net