2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Intel-win32 workaround

[SVN r24560]
This commit is contained in:
Stefan Slapeta
2004-08-18 14:29:00 +00:00
parent 386c45fd4d
commit d1003f08de

View File

@@ -106,7 +106,7 @@ void test()
// as easy!
python::object py_base = PythonDerived();
Base& py = python::extract<Base&>(py_base)
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) || BOOST_WORKAROUND(BOOST_INTEL_WIN, <= 800)
()
#endif
;