Skip to content

Commit 590b788

Browse files
committed
Python: Fix build.
[SVN r86099]
1 parent badedbe commit 590b788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/data_members.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ inline object make_setter(D& x)
305305
return detail::make_setter(x, default_call_policies(), is_member_pointer<D>(), 0);
306306
}
307307

308-
# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238))
308+
# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
309309
template <class D>
310310
inline object make_setter(D const& x)
311311
{

0 commit comments

Comments
 (0)