From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-19 22:20:55


From: "Paul Mensonides" <pmenso57_at_[hidden]>

> On the other hand, if the depth of iteration is known, then it would be
possible
> to direction assign all three at once:
>
> #define BOOST_PP_ITERATION_PARAMS_1 (1, 100, "file.hpp")
>
> Either way, this support can be added later.

I think the depth can commonly be known and support should be added now if
possible. It takes many lines to generate vertical repetition otherwise.

-Dave