This is the mail archive of the gcc-bugs@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: [c++] gcc-2.96 type lookup oddness


On Sep  3, 1999, <bkoz@haight.constant.com> wrote:

> egcs-bug1.cc:46: no matching function for call to `vector<int,allocator<int> >::at (size_t &)'

> as size_type == size_t == unsigned int, it looks like some kind of
> CANNONICAL_TYPE_NAME oddness. . .

Could it be just because vector<>::at() isn't implemented yet? :-)

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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