$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-07-05 06:59:56
From: "David Abrahams" <david.abrahams_at_[hidden]>
[...]
> Yes, but the lower-case guideline is just in deference to long-standing
> boost and std:: tradition. Usually this is solved by adding _t to the
class
> name :(.
> In practice I've had no trouble with this.
template<class U, class T> shared_ptr<U> dynamicCast(shared_ptr<T>);
Lowercase this. :-)
-- Peter Dimov Multi Media Ltd.