Boost logo

Boost :

From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2006-01-20 08:26:11


On Thu, 19 Jan 2006 19:49:40 -0500
David Abrahams <dave_at_[hidden]> wrote:

> Sounds right to me. Patches welcome.

We have the release version of 1.33.1 in our CVS repository. Here is
the result of running "cvs -q diff -du" after making the patch changes
in my local repository.

Is this sufficient, or should I submit in a different manner?

telaranrhiod:jody> cvs -q diff -du
Index: boost/python/detail/exception_handler.hpp
===================================================================
RCS file: /home/src/boost/boost/python/detail/exception_handler.hpp,v
retrieving revision 1.1.1.3
diff -d -u -r1.1.1.3 exception_handler.hpp
--- boost/python/detail/exception_handler.hpp 26 Nov 2004 15:45:29
-0000 1.1.1.3
+++ boost/python/detail/exception_handler.hpp 20 Jan 2006 13:18:51
-0000
@@ -11,7 +11,7 @@
 
 namespace boost { namespace python { namespace detail {
 
-struct BOOST_PYTHON_DECL exception_handler;
+struct BOOST_PYTHON_DECL_FORWARD exception_handler;
 
 typedef function2<bool, exception_handler const&, function0<void>
const&> handler_function;
 
Index: boost/python/detail/wrapper_base.hpp
===================================================================
RCS file: /home/src/boost/boost/python/detail/wrapper_base.hpp,v
retrieving revision 1.1.1.1
diff -d -u -r1.1.1.1 wrapper_base.hpp
--- boost/python/detail/wrapper_base.hpp 26 Nov 2004 15:45:29
-0000 1.1.1.1
+++ boost/python/detail/wrapper_base.hpp 20 Jan 2006 13:18:51
-0000
@@ -14,7 +14,7 @@
 
 namespace detail
 {
- class BOOST_PYTHON_DECL wrapper_base;
+ class BOOST_PYTHON_DECL_FORWARD wrapper_base;
   
   namespace wrapper_base_ // ADL disabler
   {


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