mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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>
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user