Update boost_no_cxx11_sfinae_expr test to fail faster

Will now compile-fail for Intel C++ 13 instead of run-fail.
This commit is contained in:
Glen Fernandes
2017-02-07 18:08:28 -05:00
parent d99022e8d7
commit 45b11f1fae

View File

@ -27,9 +27,7 @@ struct trait {
};
template<class T>
struct trait<T, typename ignore<decltype(&object<T>())>::type> {
static const int value = 1;
};
struct trait<T, typename ignore<decltype(&object<T>())>::type> { };
template<class T>
struct result {