[C++-sig] Boost newbie help

Nicolas Lelong nico_ml at mgdesign.org
Mon Mar 22 16:02:45 CET 2004


> If i remove the strange constructor that does nothing, then it builds
without any problems.
> Anybody have any ideas how to fix this, other than removing that
constructor?

use a declaration like this one :

class_<A, boost::noncopyable>("A");

HTH,

Nicolas.





More information about the Cplusplus-sig mailing list