From: Wolfgang Bangerth Date: Fri, 1 Jul 2005 15:02:31 +0000 (+0000) Subject: Add a copy constructor. X-Git-Tag: v8.0.0~13518 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9966383472db7761251e2fda3da1c9dcb3eb469c;p=dealii.git Add a copy constructor. git-svn-id: https://svn.dealii.org/trunk@11038 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 312407fad2..83a7017f0c 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -334,6 +334,11 @@ class ExceptionBase : public std::exception ExceptionBase (const char* f, const int l, const char *func, const char* c, const char *e); + /** + * Copy constructor. + */ + ExceptionBase (const ExceptionBase &exc); + /** * Destructor. Empty, but needed * for the sake of exception