From: Ian Rose Date: Wed, 15 Apr 2015 18:20:21 +0000 (-0700) Subject: Remove typename which was causing problems with C++03 X-Git-Tag: v8.3.0-rc1~271^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c741d7abf674ce026538a275e2160b44664d9344;p=dealii.git Remove typename which was causing problems with C++03 --- diff --git a/source/grid/grid_generator.inst.in b/source/grid/grid_generator.inst.in index f7f6ef0ae8..60280b4814 100644 --- a/source/grid/grid_generator.inst.in +++ b/source/grid/grid_generator.inst.in @@ -60,7 +60,7 @@ namespace GridGenerator template void create_triangulation_with_removed_cells (const Triangulation &input_triangulation, - const std::set::active_cell_iterator> &cells_to_remove, + const std::set::active_cell_iterator> &cells_to_remove, Triangulation &result); #endif