forked from boostorg/config
Merge pull request #116 from glenfe/develop
Update boost_no_cxx11_sfinae_expr test to fail faster
This commit is contained in:
@@ -27,9 +27,7 @@ struct trait {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
struct trait<T, typename ignore<decltype(&object<T>())>::type> {
|
struct trait<T, typename ignore<decltype(&object<T>())>::type> { };
|
||||||
static const int value = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
struct result {
|
struct result {
|
||||||
|
Reference in New Issue
Block a user