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 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 {