From: Wolfgang Bangerth Date: Tue, 17 Feb 2015 23:46:37 +0000 (-0600) Subject: Remove a partial specialization that creates trouble due to ambiguity X-Git-Tag: v8.3.0-rc1~449^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ed669f66ea7e0ddb377b4385b822b7245264d3;p=dealii.git Remove a partial specialization that creates trouble due to ambiguity and that looks wrong anyway. --- 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 {