This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: vector's at
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: vector's at
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 6 Sep 2000 17:49:41 -0700 (PDT)
- cc: Levente Farkas <lfarkas at mindmaker dot hu>, libstdc++ at sources dot redhat dot com
> After a brief and hasty look, it appears that the exception_support.h
> header is not defining the preprocessor symbols that stl_vector.h is using.
> Those symbols are all defined in stl_range_errors.h, but the functions
> declared there aren't in use. So we /would/ be getting vector<>::at and
> throwing things, if we were using that header.
I've defined it in stl_config.h. I'll be checking this in shortly.
You are right, however. Cleaning up these files is a (low-priority) item..
-benjamin