From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-07-19 16:54:53


Iain K.Hanson wrote:
> The zip file contains Type Traits and appears to be
> preprocessed ( at least there is a directory of that name ). So it maybe
ready to go.

Actually, yes, if you use preprocessed headers (the default configuration).
If you comment out

#define BOOST_MPL_USE_PREPROCESSED_HEADERS

in "mpl/aux_/config/use_preprocessed.hpp" (for example, to be able to vary
the maximum number of parameters of 'list'/'vector' wrappers), you'll need
the latest sources of the Preprocessor library.

Aleksey