From 199bcec8c16c67faa180dff5f3b3d0fee98cbd62 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Jun 2010 14:52:40 +0000 Subject: [PATCH] Add a default constructor for an empty type. git-svn-id: https://svn.dealii.org/trunk@21394 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.5