Update BOOST_PARAMETER_*_ARITY preprocessor guard statements

This commit is contained in:
CromwellEnage
2019-01-14 14:43:08 -05:00
parent b208f3a837
commit 6451c94720

View File

@@ -5,8 +5,7 @@
#include <boost/parameter/config.hpp>
#if !defined(BOOST_PARAMETER_HAS_PERFECT_FORWARDING) && \
(BOOST_PARAMETER_MAX_ARITY < 10)
#if (BOOST_PARAMETER_MAX_ARITY < 10)
#error Define BOOST_PARAMETER_MAX_ARITY as 10 or greater.
#endif