Re: [boost] Re: pick_of() proposal

2003-02-11 Thread Jon Kalb
On 2003-02-11 8:47 PM, "Philippe A. Bouchard" <[EMAIL PROTECTED]> wrote: > Jon Kalb wrote: > > [...] > >> If a user attempts to use this on a non-polymorphic object, will they >> get a compile time error or run-time error? > > No compile-time error, but a run-time error may occur if multiple >

[boost] Re: pick_of() proposal

2003-02-11 Thread Philippe A. Bouchard
Jon Kalb wrote: [...] > If a user attempts to use this on a non-polymorphic object, will they > get a compile time error or run-time error? No compile-time error, but a run-time error may occur if multiple inheritance is used. There is basically nothing we can do in this situation: class A { c