24 Mar
2012
24 Mar
'12
4:01 p.m.
On 3/21/2012 2:18 AM, Igor R wrote:
To get more helpful error, declare a private copy-ctor& assignment operator in your class - and you'll see who attempts to copy.
That's what I did. So is there anything that boost::noncopyable does for me beyond that, or did I just make it totally redundant? —John