diff --git a/test/eif_partial_specializations.cpp b/test/eif_partial_specializations.cpp index a7820cc..c323494 100644 --- a/test/eif_partial_specializations.cpp +++ b/test/eif_partial_specializations.cpp @@ -48,14 +48,14 @@ struct tester2 >::type> { }; template -class tester3 +struct tester3 { typedef T type; BOOST_STATIC_CONSTANT(bool, value = false); }; template -class tester3::type> +struct tester3::type> { typedef typename T::value_type type; BOOST_STATIC_CONSTANT(bool, value = true);