mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-19 04:22:13 +00:00
Update BOOST_PARAMETER_*_ARITY preprocessor guard statements
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user