We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3e237 commit 0b75a8eCopy full SHA for 0b75a8e
1 file changed
include/boost/python/converter/obj_mgr_arg_from_python.hpp
@@ -79,7 +79,7 @@ inline T object_manager_value_arg_from_python<T>::operator()(PyObject* x) const
79
template <class Ref>
80
inline object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_python(PyObject* x)
81
{
82
-# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 241
+# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 243
83
// needed for warning suppression
84
python::detail::borrowed_reference x_ = python::detail::borrowed_reference(x);
85
python::detail::construct_referent<Ref>(&m_result.bytes, x_);
0 commit comments