2
0
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:
Dave Abrahams
2006-09-16 18:43:53 +00:00
parent eea7697175
commit f5421ca6b2
5 changed files with 34 additions and 1 deletions

View File

@@ -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