Paolo Carlini wrote: > So, you are 100% sure that our std::vector *never* grows above max_size? Nevermind: I see now that it can't. std::string confused me, since in that case max_size is smaller and without specific measures it would... Paolo.