From: bangerth Date: Sun, 21 Aug 2011 00:47:50 +0000 (+0000) Subject: In an instantiation, use whether a type was actually declared as X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba766f8dbeedb5fc750a4debc8828ab79da797a5;p=dealii-svn.git In an instantiation, use whether a type was actually declared as a struct or class. This makes Clang happier. git-svn-id: https://svn.dealii.org/trunk@24142 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/geometry_info.cc b/deal.II/source/base/geometry_info.cc index 3a567a9612..6456bd13f6 100644 --- a/deal.II/source/base/geometry_info.cc +++ b/deal.II/source/base/geometry_info.cc @@ -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