From 152e76220a727c34273ee30479f7ccebe476d201 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 20 Jan 2006 15:55:55 +0000 Subject: [PATCH] GCC warning suppression from Jody Hagins [SVN r32363] --- include/boost/python/detail/exception_handler.hpp | 2 +- include/boost/python/detail/wrapper_base.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/python/detail/exception_handler.hpp b/include/boost/python/detail/exception_handler.hpp index c50be2ec..7f49868b 100644 --- a/include/boost/python/detail/exception_handler.hpp +++ b/include/boost/python/detail/exception_handler.hpp @@ -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; diff --git a/include/boost/python/detail/wrapper_base.hpp b/include/boost/python/detail/wrapper_base.hpp index 99a5d7a5..76161682 100755 --- a/include/boost/python/detail/wrapper_base.hpp +++ b/include/boost/python/detail/wrapper_base.hpp @@ -14,7 +14,7 @@ class override; namespace detail { - class BOOST_PYTHON_DECL wrapper_base; + class BOOST_PYTHON_DECL_FORWARD wrapper_base; namespace wrapper_base_ // ADL disabler {