From a76fbbf39777827200455477a9e3557b6063913f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 6 Nov 2012 15:25:50 +0100 Subject: Fix bug #314: - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace --- test/sparselu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sparselu.cpp') diff --git a/test/sparselu.cpp b/test/sparselu.cpp index e960f9c93..2a73320eb 100644 --- a/test/sparselu.cpp +++ b/test/sparselu.cpp @@ -40,4 +40,4 @@ void test_sparselu() CALL_SUBTEST_2(test_sparselu_T()); CALL_SUBTEST_3(test_sparselu_T >()); CALL_SUBTEST_4(test_sparselu_T >()); -} \ No newline at end of file +} -- cgit v1.2.3