mirror of
https://github.com/boostorg/function.git
synced 2025-07-30 04:47:14 +02:00
Forgot to undef BOOST_FUNCTION_NUM_ARGS
This commit is contained in:
committed by
James E. King III
parent
f22fa49e07
commit
161f7557e7
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#ifndef BOOST_FUNCTION_NO_VARIADIC
|
#ifndef BOOST_FUNCTION_NO_VARIADIC
|
||||||
# include <boost/function/detail/maybe_include.hpp>
|
# include <boost/function/detail/maybe_include.hpp>
|
||||||
|
# undef BOOST_FUNCTION_NUM_ARGS
|
||||||
// Older Visual Age C++ version do not handle the file iteration well
|
// Older Visual Age C++ version do not handle the file iteration well
|
||||||
#elif BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800)
|
#elif BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800)
|
||||||
# if BOOST_FUNCTION_MAX_ARGS >= 0
|
# if BOOST_FUNCTION_MAX_ARGS >= 0
|
||||||
|
Reference in New Issue
Block a user