summaryrefslogtreecommitdiff
path: root/boost/python/numpy/invoke_matching.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/numpy/invoke_matching.hpp')
-rw-r--r--boost/python/numpy/invoke_matching.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/python/numpy/invoke_matching.hpp b/boost/python/numpy/invoke_matching.hpp
index 90ec8ae2cb..095ca3a8db 100644
--- a/boost/python/numpy/invoke_matching.hpp
+++ b/boost/python/numpy/invoke_matching.hpp
@@ -19,7 +19,7 @@ namespace boost { namespace python { namespace numpy {
namespace detail
{
-struct add_pointer_meta
+struct BOOST_NUMPY_DECL add_pointer_meta
{
template <typename T>
struct apply
@@ -29,8 +29,8 @@ struct add_pointer_meta
};
-struct dtype_template_match_found {};
-struct nd_template_match_found {};
+struct BOOST_NUMPY_DECL dtype_template_match_found {};
+struct BOOST_NUMPY_DECL nd_template_match_found {};
template <typename Function>
struct dtype_template_invoker