From a9bdcc33013b5e1e76571ee1104bd8c7f278e775 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 May 2012 15:03:22 -0500 Subject: Work around collision between Format's put & Graph --- src/pyutils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pyutils.h') diff --git a/src/pyutils.h b/src/pyutils.h index a34eee00..406ca1ee 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -180,10 +180,6 @@ namespace boost { namespace python { BOOST_PYTHON_RETURN_TO_PYTHON_BY_VALUE(T,expr, pytype) \ BOOST_PYTHON_ARG_TO_PYTHON_BY_VALUE(T,expr) -#if !HAVE_CXX11 && (VERIFY_ON || HAVE_BOOST_PYTHON) -BOOST_PYTHON_TO_PYTHON_BY_VALUE(ledger::string, ::PyUnicode_FromEncodedObject(::PyString_FromString(x.c_str()), "UTF-8", NULL), &PyUnicode_Type) -#endif - } } // namespace boost::python //boost::python::register_ptr_to_python< boost::shared_ptr >(); -- cgit v1.2.3