2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Make cxx 6.5 bugs happy

[SVN r12973]
This commit is contained in:
Dave Abrahams
2002-02-28 00:48:48 +00:00
parent db9fb22cf4
commit a2dec7a05d

View File

@@ -130,7 +130,7 @@ inline from_python_base::from_python_base(void* result)
}
inline from_python_base::from_python_base(
PyObject* const source
PyObject* source
, lvalue_from_python_registration const* chain)
: m_result(find(source, chain))
{