Ticket #583: select_from_python_test.cpp.patch
File select_from_python_test.cpp.patch, 772 bytes (added by , 15 years ago) |
---|
-
libs/python/test/select_from_python_test.cpp
old new 5 5 #include <boost/python/type_id.hpp> 6 6 #include <iostream> 7 7 8 // gcc 2.95.x and MIPSpro 7.3.1.3linker seem to demand this definition8 // gcc 2.95.x, MIPSpro 7.3.1.3 and IBM XL for Linux linker seem to demand this definition 9 9 #if ((defined(__GNUC__) && __GNUC__ < 3)) \ 10 || (defined(__sgi) && defined(__EDG_VERSION__) && (__EDG_VERSION__ == 238)) 10 || (defined(__sgi) && defined(__EDG_VERSION__) && (__EDG_VERSION__ == 238)) \ 11 || (defined(__IBMCPP__) && defined(__linux__)) 11 12 namespace boost { namespace python { 12 13 BOOST_PYTHON_DECL bool handle_exception_impl(function0<void>) 13 14 {