
22 Apr
2004
22 Apr
'04
8:53 p.m.
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