From acd8ec2c31a0faf7fe48d47ef2a60007f180644c Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 15 Nov 2004 23:50:57 +0000 Subject: [PATCH] adjustment for latest Tru64/cxx release (V6.5-042) [SVN r26222] --- include/boost/python/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index cdf936d8..e7d53fb5 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -105,7 +105,7 @@ # define BOOST_PYTHON_DECL_EXCEPTION BOOST_PYTHON_DECL #endif -#if (defined(__DECCXX_VER) && __DECCXX_VER <= 60590041) +#if (defined(__DECCXX_VER) && __DECCXX_VER <= 60590042) // Replace broken Tru64/cxx offsetof macro # define BOOST_PYTHON_OFFSETOF(s_name, s_member) \ ((size_t)__INTADDR__(&(((s_name *)0)->s_member)))