[RFC] std::string(0);

Jason Merrill jason@redhat.com
Mon Jun 14 18:24:00 GMT 2004


On 14 Jun 2004 22:44:27 +0530, Dhruv Matani <dhruvbird@gmx.net> wrote:

> BTW, how does gcc specifically handle the case say when you apply
> &*end() to en empty default constructed vector?

It works fine.  You get the address of the underlying array.

Jason



More information about the Libstdc++ mailing list