From 367ef66af3135227f3725613db53db1e6d316058 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 5 Jul 2016 22:58:14 +0200 Subject: Re-enable some specializations for Assignment<.,Product<>> --- Eigen/src/Core/util/Meta.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/util/Meta.h') diff --git a/Eigen/src/Core/util/Meta.h b/Eigen/src/Core/util/Meta.h index 02b3d961a..9d0e7c266 100644 --- a/Eigen/src/Core/util/Meta.h +++ b/Eigen/src/Core/util/Meta.h @@ -145,7 +145,7 @@ struct is_convertible /** \internal Allows to enable/disable an overload * according to a compile time condition. */ -template struct enable_if; +template struct enable_if; template struct enable_if { typedef T type; }; -- cgit v1.2.3