
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
6966
Age (days ago)
6966
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Goldshteyn