From: Wolfgang Bangerth Date: Mon, 28 Jun 2010 14:52:40 +0000 (+0000) Subject: Add a default constructor for an empty type. X-Git-Tag: v8.0.0~5899 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199bcec8c16c67faa180dff5f3b3d0fee98cbd62;p=dealii.git Add a default constructor for an empty type. git-svn-id: https://svn.dealii.org/trunk@21394 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index a900482b44..a1d8d8b8e8 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -63,7 +63,14 @@ namespace internal */ template struct PresentLevelType { - struct type { + struct type + { + /** + * Default constructor. + */ + type () + {} + /** * Dummy * constructor. Only