We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b17859 commit a99bd50Copy full SHA for a99bd50
test/defaults.cpp
@@ -17,6 +17,10 @@
17
18
using namespace boost::python;
19
20
+#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
21
+# define make_tuple boost::python::make_tuple
22
+#endif
23
+
24
char const* const format = "int(%s); char(%s); string(%s); double(%s); ";
25
26
///////////////////////////////////////////////////////////////////////////////
0 commit comments