From dd3a136b180a54142f2eb41a7bf6d777cfaf9bac Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 22 Aug 2006 11:50:35 +0000 Subject: [PATCH] Attempted Sun workaround [SVN r34914] --- test/args.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/args.cpp b/test/args.cpp index c2df69d0..20e0e532 100644 --- a/test/args.cpp +++ b/test/args.cpp @@ -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")