From: Wolfgang Bangerth Date: Thu, 1 Nov 2012 02:39:13 +0000 (+0000) Subject: Remove a workaround for yet another old compiler problem. X-Git-Tag: v8.0.0~1898 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a71336a7d25341558f3b9d17704657edf5dabd;p=dealii.git Remove a workaround for yet another old compiler problem. git-svn-id: https://svn.dealii.org/trunk@27282 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/template_constraints.h b/deal.II/include/deal.II/base/template_constraints.h index c223660846..faa2271e64 100644 --- a/deal.II/include/deal.II/base/template_constraints.h +++ b/deal.II/include/deal.II/base/template_constraints.h @@ -82,23 +82,6 @@ template struct constraint_and_return_value }; -#ifdef DEAL_II_SFINAE_BUG - -/** - * Closure class in case the compiler lacks support for the SFINAE - * concept. If the compiler supports it, only the specialization for - * the positive case is available. - * - * @author Wolfgang Bangerth, 2003 - */ -template struct constraint_and_return_value -{ - typedef T type; -}; - -#endif - - /** * A template class that simply exports its template argument as a local