This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: runtime_error type advise
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- To: "Tony Lawrie (freenet)" <tonl at freenet dot co dot uk>
- Cc: Gcc-Help <gcc-help at gcc dot gnu dot org>
- Date: 07 Oct 2003 18:48:39 +0200
- Subject: Re: runtime_error type advise
- References: <1065543938.4288.40.camel@localhost>
"Tony Lawrie (freenet)" <tonl@freenet.co.uk> writes:
> The author says that "runtime_error" is a *type* but Gcc compiler
> doesn't recognize it as a type at all.
Try std::runtime_error.
--
Falk