25 Aug
2004
25 Aug
'04
12:10 a.m.
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