Skip to content

Commit 0b75a8e

Browse files
committed
Adjust version number for old EDG workaround
[SVN r15421]
1 parent eb3e237 commit 0b75a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/converter/obj_mgr_arg_from_python.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ inline T object_manager_value_arg_from_python<T>::operator()(PyObject* x) const
7979
template <class Ref>
8080
inline object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_python(PyObject* x)
8181
{
82-
# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 241
82+
# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 243
8383
// needed for warning suppression
8484
python::detail::borrowed_reference x_ = python::detail::borrowed_reference(x);
8585
python::detail::construct_referent<Ref>(&m_result.bytes, x_);

0 commit comments

Comments
 (0)