$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-06-20 02:35:10
> They are now specified in one step, and Dave and Aleksey asked for.
> Alternatively, if the depth of iteration is known, the filename can also be
> specified:
>
> #define BOOST_PP_ITERATION_LIMITS (1, 15)
> #define BOOST_PP_ITERATION_PARAMS_1 (1, 15, "file.hpp")
Local iteration is implemented similarly:
#define BOOST_PP_LOCAL_LIMITS (1, 15)
Of course, we may want to change the name of this one.
Paul Mensonides