2
0
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:
Dave Abrahams
2002-02-28 00:18:07 +00:00
parent ee26e13bea
commit ccb7a8f94f

View File

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