
18 May
2006
18 May
'06
9:24 p.m.
Is there a reason why the prototype for noncopyable's operator= is improper. It is: const noncopyable& operator=( const noncopyable& ); instead of noncopyable& operator=( const noncopyable& ); Also, shouldn't the destructor really be virtual? Michael Goldshteyn