From 90036628cda4b81f063407fdc8fa6fb9e7b8cd7e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Aug 2016 20:52:18 -0600 Subject: [PATCH] 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. --- include/deal.II/grid/grid_tools.h | 23 ----------------------- 1 file changed, 23 deletions(-) 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