[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: out_of_range



> 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



Reply to: