From: Wolfgang Bangerth Date: Sat, 27 Aug 2016 02:52:18 +0000 (-0600) Subject: Remove a declaration that is no longer needed. X-Git-Tag: v8.5.0-rc1~731^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90036628cda4b81f063407fdc8fa6fb9e7b8cd7e;p=dealii.git Remove a declaration that is no longer needed. It was used in a function that has been used from namespace GridTools to namespace GridGenerator, where the structure is now duplicated. It was only used for MS Visual Studio in any case. --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index ab43e69f16..17e1327b64 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1247,30 +1247,7 @@ namespace GridTools /*@}*/ - /** - * @name Lower-dimensional meshes for parts of higher-dimensional meshes - */ - /*@{*/ - -#ifdef _MSC_VER - // Microsoft's VC++ has a bug where it doesn't want to recognize that - // an implementation (definition) of the extract_boundary_mesh function - // matches a declaration. This can apparently only be avoided by - // doing some contortion with the return type using the following - // intermediate type. This is only used when using MS VC++ and uses - // the direct way of doing it otherwise - template