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:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user