
25 Aug
2004
25 Aug
'04
1:11 a.m.
"Aleksey Gurtovoy"
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;
OK, but is it possible for a library user to get something like boost::mpl::vector97<...>? There is no such thing as vector100.hpp... Regards, Arkadiy