Boost logo

Boost :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-20 14:53:59


Bronek Kozicki wrote:
> in Jamfile, thus I won't bother with this. There is however another
> problem - boost::noncopyable is not defined in <boost/noncopyable.hpp> .

Please throw it away. Much simpler is to just patch
boost/noncopyable.hpp (see attached file). Anyway it might be not
necessary, just lagged anonymous CVS is not showing current state of
your fixes.

B.

Index: boost/boost/noncopyable.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/noncopyable.hpp,v
retrieving revision 1.4
diff -u -a -b -w -r1.4 noncopyable.hpp
--- boost/boost/noncopyable.hpp 19 Aug 2004 13:12:35 -0000 1.4
+++ boost/boost/noncopyable.hpp 20 Aug 2004 19:51:03 -0000
@@ -9,6 +9,8 @@
 #ifndef BOOST_NONCOPYABLE_HPP_INCLUDED
 #define BOOST_NONCOPYABLE_HPP_INCLUDED

+#include <boost/utility_fwd.hpp>
+
 namespace boost {

 // Private copy constructor and copy assignment ensure classes derived from


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk