From 45b11f1faeaaeb361fde1bd5882dfe13fb875195 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 7 Feb 2017 18:08:28 -0500 Subject: [PATCH] Update boost_no_cxx11_sfinae_expr test to fail faster Will now compile-fail for Intel C++ 13 instead of run-fail. --- test/boost_no_cxx11_sfinae_expr.ipp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {