]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a workaround for yet another old compiler problem.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 1 Nov 2012 02:39:13 +0000 (02:39 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 1 Nov 2012 02:39:13 +0000 (02:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@27282 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/template_constraints.h

index c22366084602b314a78ada3423f907aa4b7250ad..faa2271e641b7d9966c832c245c10700485af67d 100644 (file)
@@ -82,23 +82,6 @@ template <typename T> struct constraint_and_return_value<true,T>
 };
 
 
-#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 <typename T> struct constraint_and_return_value<false,T>
-{
-    typedef T type;
-};
-
-#endif
-
-
 
 /**
  * A template class that simply exports its template argument as a local

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.