From 11d8751d296d94dd1dadba513cf7d2c71a60f0fd Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 14 Jan 2004 01:37:54 +0000 Subject: [PATCH] workaround for gcc 3.4 bug when using precompiled header support [SVN r21715] --- src/object/life_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/life_support.cpp b/src/object/life_support.cpp index cada3bd6..a746d4ae 100644 --- a/src/object/life_support.cpp +++ b/src/object/life_support.cpp @@ -32,7 +32,7 @@ extern "C" ((life_support*)self)->patient = 0; // Let the weak reference die. This probably kills us. Py_XDECREF(PyTuple_GET_ITEM(arg, 0)); - return detail::none(); + return ::boost::python::detail::none(); } }