$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-03 05:18:09
>> Yes, that is what i meant. A lot of stuff that is inherited will
>> never be used polymorphically, like boost::noncopyable,
>> binary_funciton<> type classes that only bring in typedefs etc.
>> It would we be of great help im sure.
Right, but the thing that confuses me is that those classes *aren't*
polymorphic ones, and *don't* make the derived class polymorphic....
John.