]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
In a forward declaration, use whether a type was actually declared as
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 04:26:41 +0000 (04:26 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 04:26:41 +0000 (04:26 +0000)
a struct or class. This makes Clang happier.

git-svn-id: https://svn.dealii.org/trunk@24161 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/time_dependent.inst.in

index bb159429db7ced011c8842b527b024e122381d96..734bab432ee5dda3650138e9c453236f4492e86f 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -16,8 +16,8 @@ for (deal_II_dimension : DIMENSIONS)
    template class TimeStepBase_Tria<deal_II_dimension>;
    namespace TimeStepBase_Tria_Flags
    \{
-     template class Flags<deal_II_dimension>;
-     template class RefinementFlags<deal_II_dimension>;
-     template class RefinementData<deal_II_dimension>;
+     template struct Flags<deal_II_dimension>;
+     template struct RefinementFlags<deal_II_dimension>;
+     template struct RefinementData<deal_II_dimension>;
    \}
 }

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.