From a996d1749c124030c04f2e79acdb14606875aec2 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 4 Nov 2004 12:40:53 +0000 Subject: [PATCH] fix dereference [SVN r26112] --- test/set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/set.cpp b/test/set.cpp index 35f980b..39de492 100644 --- a/test/set.cpp +++ b/test/set.cpp @@ -46,7 +46,7 @@ MPL_TEST_CASE() typedef begin::type first; typedef end::type last; - MPL_ASSERT(( is_same< first::type, int > )); + MPL_ASSERT(( is_same< deref::type, int > )); MPL_ASSERT(( is_same< next::type, last > )); typedef s_unmask s2;