From a2dec7a05dd8f92591e12a7cf0972d3506a44d92 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 28 Feb 2002 00:48:48 +0000 Subject: [PATCH] Make cxx 6.5 bugs happy [SVN r12973] --- include/boost/python/converter/from_python.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/converter/from_python.hpp b/include/boost/python/converter/from_python.hpp index 4fe240ce..f2680ef3 100644 --- a/include/boost/python/converter/from_python.hpp +++ b/include/boost/python/converter/from_python.hpp @@ -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)) {