Merge pull request #116 from glenfe/develop

Update boost_no_cxx11_sfinae_expr test to fail faster
This commit is contained in:
jzmaddock
2017-02-08 18:30:48 +00:00
committed by GitHub

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 {