I browsed through some threads about string::size_type here and I do understand according to C++ standards that this size_type guarantees enough allocation for all string usage.
I just find that hard to believe. What if I put the whole text of say C++ Primer 4th edition into a string? Or worse, what if I put infinite characters into a string? I just don't see how it can handle that.