From 2fdb98079d1ee0422f7e66bda0428ac7504087d6 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Tue, 29 Mar 2005 07:41:34 +0000 Subject: [PATCH] Intel workaround extended to 9.0 [SVN r27861] --- test/embedding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/embedding.cpp b/test/embedding.cpp index 81c9e591..1ac8e601 100644 --- a/test/embedding.cpp +++ b/test/embedding.cpp @@ -105,7 +105,7 @@ void test() // as easy! python::object py_base = PythonDerived(); Base& py = python::extract(py_base) -#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) || BOOST_WORKAROUND(BOOST_INTEL_WIN, <= 810) +#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) || BOOST_WORKAROUND(BOOST_INTEL_WIN, <= 900) () #endif ;