From: kanschat Date: Sat, 22 Aug 1998 15:52:25 +0000 (+0000) Subject: Laeuft jetzt wieder mit g++ 2.8.1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbcaa3b61b2183793ff7784619ea4ea3d4044dc;p=dealii-svn.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__;