
1 May
2012
1 May
'12
8:15 a.m.
On Tue, May 1, 2012 at 9:50 AM, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
As these come together quite often when we want to make a non copyable class the user can use instead
public: BOOST_NO_COPYABLE(CLASS)
Isn't it simpler to derive from boost::noncopyable? Olaf