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


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

Re: libstc++-v3 vector not convertible to pointer


On Nov 30, 2000, Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> wrote:

>> IIRC, vectors have to be contiguous, even though the Standard doesn't
>> explicitly state that.

> How do you mean that? If the standard doesn't explicitely state it, they
> don't have to, I would think.

As you pointed out, this was decided/concluded after the Standard was
published.  IIRC, the requirements for vector can't be met with a
non-contiguous implementation.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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