This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] std::string(0);


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]