The BOOST_PP_LIMIT_FOR macro defines the maximum number of BOOST_PP_FOR repetitions.

Usage

BOOST_PP_LIMIT_FOR

Remarks

This macro expands by default to 256. For a C++ standard conforming preprocessor, the end-user can change this to 512 or 1024 by defining this macro to either value before including any library headers, as long as the end-user also defines the BOOST_PP_LIMIT_MAG macro to be equal to or greater than this value.

Requirements

Header:  <boost/preprocessor/config/limits.hpp>
See also


© Copyright Housemarque Oy 2002
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)