$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-02 06:04:35
>> Well, this probably isn't even possible to implement but i might
>> aswell ask anyway.
>>
>> Can is_polymorphic take an additional optional template arg that is
>> a type, or a type sequence.
>> Those types, are not considered to make the checked type polymorphic.
I'm not entirely sure what you mean here: do you mean "if class X is only
polymorphic because of base class Y, then don't count X as polymorphic"?
If so then I don't see any way to implement that, anyone else?
John.