From: Matthias Maier Date: Thu, 27 Aug 2015 19:39:01 +0000 (-0500) Subject: Fix compilation in c++98/03 mode X-Git-Tag: v8.4.0-rc2~540^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efee55d2234c4e528af2cf5510b3b5bf97dfa738;p=dealii.git Fix compilation in c++98/03 mode ">>" for closing brackets is only valid syntax in C++11, and later. --- diff --git a/source/grid/grid_tools.inst.in b/source/grid/grid_tools.inst.in index 7123da054c..27ab3513dd 100644 --- a/source/grid/grid_tools.inst.in +++ b/source/grid/grid_tools.inst.in @@ -94,13 +94,13 @@ for (deal_II_dimension : DIMENSIONS ; deal_II_space_dimension : SPACE_DIMENSIONS const Point &); template - std::vector>::type> + std::vector >::type> compute_active_cell_halo_layer (const parallel::distributed::Triangulation &, const std_cxx11::function>::type&)> &); + parallel::distributed::Triangulation >::type&)> &); template - std::vector>::type> + std::vector >::type> compute_ghost_cell_halo_layer (const parallel::distributed::Triangulation &); template