From 590b7887f41b38418c736efa8332b31b9c3d98ed Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 1 Oct 2013 08:40:58 +0000 Subject: [PATCH] Python: Fix build. [SVN r86099] --- include/boost/python/data_members.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/data_members.hpp b/include/boost/python/data_members.hpp index c000a21a..139bde32 100644 --- a/include/boost/python/data_members.hpp +++ b/include/boost/python/data_members.hpp @@ -305,7 +305,7 @@ inline object make_setter(D& x) return detail::make_setter(x, default_call_policies(), is_member_pointer(), 0); } -# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)) +# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238) template inline object make_setter(D const& x) {