From: Guido Kanschat Date: Sat, 22 Aug 1998 15:52:25 +0000 (+0000) Subject: Laeuft jetzt wieder mit g++ 2.8.1 X-Git-Tag: v8.0.0~22753 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72b0c00825f3b1ea9a55d7847b89e80da7d576d;p=dealii.git Laeuft jetzt wieder mit g++ 2.8.1 git-svn-id: https://svn.dealii.org/trunk@501 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index f0161654c0..f94d173db7 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -429,9 +429,10 @@ class Exception5 : public ExceptionBase { \ way. */ -#include +//#include -class GlobalExcIO : public exception { +class GlobalExcIO// : public exception +{ public: virtual const char * what () const { return __PRETTY_FUNCTION__;