2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Attempted Sun workaround

[SVN r34914]
This commit is contained in:
Dave Abrahams
2006-08-22 11:50:35 +00:00
parent 48696918de
commit dd3a136b18

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")