Skip to content

Commit 8b17859

Browse files
committed
merged from trunk
[SVN r34915]
1 parent 786aeef commit 8b17859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/args.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using namespace boost::python;
1616

1717
#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
18-
using boost::python::make_tuple;
18+
# define make_tuple boost::python::make_tuple
1919
#endif
2020

2121
tuple f(int x = 1, double y = 4.25, char const* z = "wow")

0 commit comments

Comments
 (0)