]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a copy constructor.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 15:02:31 +0000 (15:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 15:02:31 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@11038 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/exceptions.h

index 312407fad25c9937f82af25d755307d4ed872bdf..83a7017f0c444ae9110b5d62d015e896fb62553c 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.