2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Sun workaround

[SVN r34939]
This commit is contained in:
Dave Abrahams
2006-08-24 13:04:59 +00:00
parent dd3a136b18
commit c839427246

View File

@@ -17,6 +17,10 @@
using namespace boost::python;
#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
# define make_tuple boost::python::make_tuple
#endif
char const* const format = "int(%s); char(%s); string(%s); double(%s); ";
///////////////////////////////////////////////////////////////////////////////