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: vector<>.begin()


Jeff Williams <jwilliams@mfchelp.com> writes:

| Ok, I see your point there.  Perhaps then what I will do is leave my
| "custom" modification in there and slowly convert my code to
| &*begin(), 

I consistently use &v[0] in my own codes -- it also works with
built-in arrays. 

-- Gaby


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