Y
Hacker News
new
|
ask
|
show
|
jobs
by
_lbaq
3580 days ago
>The : private NoCopy is just to block the copy constructors.
If its C++11 why not just use the delete keyword to prevent auto generating members ?