From 4375c043ace44973d077bbe7b8ea1fb8ebf419a6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 20 Jul 2009 13:27:41 +0200 Subject: minor compilation fixes for Sun CC and ICC --- test/mixingtypes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index ec8a0f190..d14232bd4 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -82,7 +82,7 @@ template void mixingtypes(int size = SizeAtCompileType) void test_mixingtypes() { // check that our operator new is indeed called: - CALL_SUBTEST(mixingtypes<3>()); - CALL_SUBTEST(mixingtypes<4>()); + CALL_SUBTEST(mixingtypes<3>(3)); + CALL_SUBTEST(mixingtypes<4>(4)); CALL_SUBTEST(mixingtypes(20)); } -- cgit v1.2.3