From 46ed669f66ea7e0ddb377b4385b822b7245264d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 17 Feb 2015 17:46:37 -0600 Subject: [PATCH] Remove a partial specialization that creates trouble due to ambiguity and that looks wrong anyway. --- include/deal.II/base/template_constraints.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index b5b07894ed..da97f7e93c 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -366,24 +366,12 @@ struct ProductType typedef T type; }; -template -struct ProductType -{ - typedef T type; -}; - template struct ProductType { typedef T type; }; -template -struct ProductType -{ - typedef T type; -}; - template struct ProductType { -- 2.39.5