We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786aeef commit 8b17859Copy full SHA for 8b17859
1 file changed
test/args.cpp
@@ -15,7 +15,7 @@
15
using namespace boost::python;
16
17
#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
18
-using boost::python::make_tuple;
+# define make_tuple boost::python::make_tuple
19
#endif
20
21
tuple f(int x = 1, double y = 4.25, char const* z = "wow")
0 commit comments