From b149dba67856c9ff410373233e1513ef1f3f9ec1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Nov 2018 18:02:05 +0200 Subject: [PATCH] Revert "Forgot to undef BOOST_FUNCTION_NUM_ARGS" This reverts commit 161f7557e706d298879a01aef8ee4dd25e1c4439. --- include/boost/function.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/function.hpp b/include/boost/function.hpp index cd1382e..497ee96 100644 --- a/include/boost/function.hpp +++ b/include/boost/function.hpp @@ -31,7 +31,6 @@ #ifndef BOOST_FUNCTION_NO_VARIADIC # include -# undef BOOST_FUNCTION_NUM_ARGS // Older Visual Age C++ version do not handle the file iteration well #elif BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800) # if BOOST_FUNCTION_MAX_ARGS >= 0