$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-mycop_at_[hidden])
Date: 2004-04-22 15:53:12
Anatoli Tubman wrote:
> Just make the assignment operator private to get a friendly compiler
> error message :)
You probably meant private ctor
template<class T>
class crange
{
template<class C>
crange(crange_impl<T,C>const&);
// ...
};
-- Alexander Nasonov Independent Developer and Consultant