]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not actually define the general Table class. 12109/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 28 Apr 2021 16:25:01 +0000 (10:25 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 28 Apr 2021 16:25:01 +0000 (10:25 -0600)
The class is exclusively used through its specializations. There is no need to
provide a general implementation. It is also currently unusable since the
class has no non-trivial constructors, so nobody could have used the general
template for anything useful.

include/deal.II/base/table.h

index a5a951b73db9143c19ffa670913de97057b1dbca..f5f92a610ce8c9015e3e3c26701fb6cb44de9922 100644 (file)
@@ -663,8 +663,7 @@ protected:
  * @ingroup data
  */
 template <int N, typename T>
-class Table : public TableBase<N, T>
-{};
+class Table;
 
 
 /**

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.