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

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

deal.II/source/base/geometry_info.cc

index 3a567a9612654b3b1f33ba695b7d0193444e1d4a..6456bd13f621b0fc5e873047198405a98c674119 100644 (file)
@@ -1735,10 +1735,10 @@ alternating_form_at_vertices
 }
 
 
-template class GeometryInfo<1>;
-template class GeometryInfo<2>;
-template class GeometryInfo<3>;
-template class GeometryInfo<4>;
+template struct GeometryInfo<1>;
+template struct GeometryInfo<2>;
+template struct GeometryInfo<3>;
+template struct GeometryInfo<4>;
 
 template
 void

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.