Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / python / detail / exception_handler.hpp
index 7f49868..fdc9989 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace boost { namespace python { namespace detail {
 
-struct BOOST_PYTHON_DECL_FORWARD exception_handler;
+struct exception_handler;
 
 typedef function2<bool, exception_handler const&, function0<void> const&> handler_function;