This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: exception out_of_range


On Sun, Jun 01, 2003 at 11:46:21AM +1000, MR wrote:
> Hi All, 

Hi, Matt.
 
> simple question.
> 
> I read that out_of_range is meant to be a system defined type.
> I am trying to use it in some exception handling, but am 
> being told it is undeclared.  What should I be #include'ing to 
> get this defined?

Do you mean the std::out_of_range exception class which is defined in
the stdexcept header file?

PS: Please don't just reply to random messages on the list as this
breaks MUAs which properly display threads. You should simply start a
new thread on a new subject by composing a shiny new message to the
list. Thanks.

-- 
Claudio Bley                                 ASCII ribbon campaign (")
Debian GNU/Linux user                         - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \


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