From: wolf Date: Fri, 1 Jul 2005 15:02:31 +0000 (+0000) Subject: Add a copy constructor. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f2a5af592472c574b07dda2da1f8652a85f08c;p=dealii-svn.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