21 Aug
2014
21 Aug
'14
4:46 p.m.
On Thursday 21 August 2014 19:34:27 Peter Dimov wrote:
Out of curiosity... do you use noncopyable?
I used to long time ago. By the way, one of the use cases where noncopyable failed for me was a wrapper around pthread_mutex_t offering a C++ interface for the mutex but still allowing the aggregate initialization. There were probably other cases, I just remembered this one for some reason.