]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify nested types with 'typename'. 1791/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Oct 2015 19:36:21 +0000 (14:36 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Oct 2015 19:36:21 +0000 (14:36 -0500)
include/deal.II/grid/tria.h

index d1f8acc0959f4be1a431075e5ecf54d0096cbb4d..7025568078c27cc13442ccddab605d29ac76883b 100644 (file)
@@ -1941,7 +1941,7 @@ public:
      * active cells as argument. The children of this parent cell will subsequently
      * be coarsened away.
      */
-    boost::signals2::signal<void (const Triangulation<dim, spacedim>::cell_iterator &cell)> pre_coarsening_on_cell;
+    boost::signals2::signal<void (const typename Triangulation<dim, spacedim>::cell_iterator &cell)> pre_coarsening_on_cell;
 
     /**
      * This signal is triggered for each cell that just has been refined.
@@ -1949,7 +1949,7 @@ public:
      * @note The signal parameter @p cell corresponds to the immediate parent cell
      * of a set of newly created active cells.
      */
-    boost::signals2::signal<void (const Triangulation<dim, spacedim>::cell_iterator &cell)> post_refinement_on_cell;
+    boost::signals2::signal<void (const typename Triangulation<dim, spacedim>::cell_iterator &cell)> post_refinement_on_cell;
 
     /**
      * This signal is triggered whenever the triangulation owning the signal

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.