From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-08-24 20:11:29


"Aleksey Gurtovoy" <agurtovoy_at_[hidden]> wrote
> 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