Aayan Chaudhary - 2012-08-31

Hello,

In C++, using the containers from STL, we can figure out the maximum number of
elements that the vector container can hold using 'vector.max_size()'. This
gives the maximum potential size the vector could reach due to system or
library implementation limitations.

I would like to ask is there someway I can find out the maximum allowed size
of the IT++ vector object.

Thanks