From de05a18fe0d9903b77182df41155794248fa0b09 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 17 Sep 2016 14:13:48 +0200 Subject: fix compilation with boost::multiprec --- test/svd_fill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/svd_fill.h') diff --git a/test/svd_fill.h b/test/svd_fill.h index a1f752c66..5c2c61f8e 100644 --- a/test/svd_fill.h +++ b/test/svd_fill.h @@ -8,7 +8,7 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. template -Array four_denorms(); +Array four_denorms() { return four_denorms().cast(); } template<> Array4f four_denorms() { return Array4f(5.60844e-39f, -5.60844e-39f, 4.94e-44f, -4.94e-44f); } -- cgit v1.2.3