This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: vector<>.begin()
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Jeff Williams <jwilliams at mfchelp dot com>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: 07 Nov 2003 15:41:52 +0100
- Subject: Re: vector<>.begin()
- Organization: Integrable Solutions
- References: <20031107143931.MSNX1539.fep01.biz.rr.com@[127.0.0.1]>
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