mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
Default to Python 2.4 in Unix builds
Applied contributed patches http://tinyurl.com/ndljr and http://tinyurl.com/18r [SVN r35138]
This commit is contained in:
@@ -179,7 +179,7 @@ void* pointer_holder_back_reference<Pointer, Value>::holds(type_info dst_t, bool
|
||||
BOOST_PP_REPEAT_1ST(N, BOOST_PYTHON_UNFORWARD_LOCAL, nil)
|
||||
))
|
||||
{
|
||||
python::detail::initialize_wrapper(self, &*this->m_p);
|
||||
python::detail::initialize_wrapper(self, get_pointer(this->m_p));
|
||||
}
|
||||
|
||||
# undef N
|
||||
|
||||
Reference in New Issue
Block a user