2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

merged from trunk

[SVN r34915]
This commit is contained in:
Dave Abrahams
2006-08-22 11:51:18 +00:00
parent 786aeef998
commit 8b178594ff

View File

@@ -15,7 +15,7 @@
using namespace boost::python;
#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580))
using boost::python::make_tuple;
# define make_tuple boost::python::make_tuple
#endif
tuple f(int x = 1, double y = 4.25, char const* z = "wow")