Re: out_of_range

2001-09-06 Thread Alexei Khlebnikov
Martin v. Loewis wrote: Probably, I've found an error in libstdc++. I can't catch out_of_range exception. This is not a bug in the library, but in your code. You need to include stdexcept before using out_of_range. Thank you very much for explaining. My appologies to you and all

Re: out_of_range

2001-09-05 Thread Martin v. Loewis
Probably, I've found an error in libstdc++. I can't catch out_of_range exception. This is not a bug in the library, but in your code. You need to include stdexcept before using out_of_range. Regards, Martin