5 Jun
2002
5 Jun
'02
10:14 p.m.
According to the C++ Standard, 12.8/10, the assignment operator cannot be inherited because if it is not provided, the compiler will provide one implicitly. Or at least, that is my understanding of it. Given this, how can boost::noncopyable work?