From 0b75a8e94edda3704caec6d7311cccbba5bbc411 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 17 Sep 2002 20:43:46 +0000 Subject: [PATCH] Adjust version number for old EDG workaround [SVN r15421] --- include/boost/python/converter/obj_mgr_arg_from_python.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/converter/obj_mgr_arg_from_python.hpp b/include/boost/python/converter/obj_mgr_arg_from_python.hpp index 0ad709c0..dfda753d 100644 --- a/include/boost/python/converter/obj_mgr_arg_from_python.hpp +++ b/include/boost/python/converter/obj_mgr_arg_from_python.hpp @@ -79,7 +79,7 @@ inline T object_manager_value_arg_from_python::operator()(PyObject* x) const template inline object_manager_ref_arg_from_python::object_manager_ref_arg_from_python(PyObject* x) { -# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 241 +# if defined(__EDG_VERSION__) && __EDG_VERSION__ <= 243 // needed for warning suppression python::detail::borrowed_reference x_ = python::detail::borrowed_reference(x); python::detail::construct_referent(&m_result.bytes, x_);