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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user