diff --git a/test/boost_no_cxx11_sfinae_expr.ipp b/test/boost_no_cxx11_sfinae_expr.ipp index 8adfdea3..79cd7a85 100644 --- a/test/boost_no_cxx11_sfinae_expr.ipp +++ b/test/boost_no_cxx11_sfinae_expr.ipp @@ -27,9 +27,7 @@ struct trait { }; template -struct trait())>::type> { - static const int value = 1; -}; +struct trait())>::type> { }; template struct result {