From bc8b26e563a49090a9635b427aa0a6f6443b7d8b Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Mon, 5 Nov 2007 02:10:42 +0000 Subject: [PATCH] Workarounds for Fusion on IBM xlc [SVN r40766] --- include/boost/config/compiler/vacpp.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config/compiler/vacpp.hpp b/include/boost/config/compiler/vacpp.hpp index e085a60d..b930dafd 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -52,6 +52,9 @@ # endif #endif +// Some versions of the compiler have issues with default arguments on partial specializations +#define BOOST_PARTIAL_SPECIALIZATION_EXPLICT_ARGS +