Skip to content

Commit a99bd50

Browse files
committed
merged from trunk
[SVN r34940]
1 parent 8b17859 commit a99bd50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/defaults.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
using namespace boost::python;
1919

20+
#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
21+
# define make_tuple boost::python::make_tuple
22+
#endif
23+
2024
char const* const format = "int(%s); char(%s); string(%s); double(%s); ";
2125

2226
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)