$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] is_virtual_base_of ?
From: Daniel Frey (d.frey_at_[hidden])
Date: 2009-03-11 17:48:12
On 11.03.2009, at 21:58, Robert Ramey wrote:
> The problem is that Base needs the default constructor
Sound weird to me, so I am probably the one who is missing something.
Could you please post a testcase and the exact output of the compiler?
Regards, Daniel
> Daniel Frey wrote:
>> You probably misunderstood the idea, as it is really generic. The
>> idea
>> is to add a declaration (without a definition) of X's ctor (or any
>> other generated methods that cause you trouble).