From 67f2a5af592472c574b07dda2da1f8652a85f08c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 1 Jul 2005 15:02:31 +0000 Subject: [PATCH] Add a copy constructor. git-svn-id: https://svn.dealii.org/trunk@11038 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5