mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Make cxx 6.5 bugs happy
[SVN r12967]
This commit is contained in:
@@ -28,7 +28,7 @@ BOOST_PYTHON_DECL void* find(
|
||||
}
|
||||
|
||||
BOOST_PYTHON_DECL void* find(
|
||||
PyObject* const source
|
||||
PyObject* source
|
||||
, lvalue_from_python_registration const* chain)
|
||||
{
|
||||
for (;chain != 0; chain = chain->next)
|
||||
|
||||
Reference in New Issue
Block a user