2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

GCC warning suppression from Jody Hagins

[SVN r32363]
This commit is contained in:
Dave Abrahams
2006-01-20 15:55:55 +00:00
parent 8897cc9ce6
commit 152e76220a
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

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