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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user