Let's say I've got some mpl::vector. If I grab a begin iterator on it, and
increment that iterator past the elements in the vector, what happens? For
instance:
==================================================
using boost;
typedef mpl::vector
Let's say I've got some mpl::vector. If I grab a begin iterator on it, and
increment that iterator past the elements in the vector, what happens? For
instance:
==================================================
using boost;
typedef mpl::vector