Boost logo

Boost Users :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-08-24 19:10:39


Arkadiy Vertleyb writes:
> Can BOOST_MPL_LIMIT_VECTOR_SIZE be increased beyond 50,

Yes, but it's highly not recommended. The preferred way to get a
vector of N elements is to use the corresponding numbered form, e.g.:

    #include "boost/mpl/vector/vector50.hpp"

    typedef boost::mpl::vector47<.....> types;

> and if yes, what is involved in this?

See "boost/mpl/vector/" directory for the current approach. The
corresponding preprocessed headers in
"boost/mpl/vector/aux_/preprocessed/" are generated by
"libs/mpl/preprocessed/preprocess_vector.py" script.

HTH,

-- 
Aleksey Gurtovoy
MetaCommunications Engineering

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net