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;