]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a (disabled) copy operator to ExceptionBase. 3477/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 6 Nov 2016 01:57:59 +0000 (19:57 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 6 Nov 2016 01:57:59 +0000 (19:57 -0600)
include/deal.II/base/exceptions.h

index dab519cdc77df6ddf719a18d7e3fe5699aac42e5..8649ee67fe6f7819122b7b6b6ca2c612e718220e 100644 (file)
@@ -142,6 +142,11 @@ protected:
 #endif
 
 private:
+  /**
+   * Copy operator. Made private since it is not used and not implemented.
+   */
+  ExceptionBase operator= (const ExceptionBase &exc);
+
   /**
    * Internal function that generates the c_string. Called by what().
    */

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.