Boost logo

Boost :

From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-06-20 02:26:02


> The files have been added to the CVS. Please remember that these files are
> somewhat preliminary. They should be fully functional, but some names might
> change based on initial use.

I have modified the interface for setting the upper and lower boundaries and
filename interface already.

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")

This is all that is necessary. No 'calls' to BOOST_PP_SET_ITERATION_START(),
etc..

Paul Mensonides


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk