mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-20 02:32:13 +00:00
more push_back tests
This commit is contained in:
@@ -39,8 +39,8 @@ static_assert(ct::is_callable<void(int)>(), "");
|
||||
static_assert(ct::is_callable<void(...)>(), "");
|
||||
static_assert(ct::is_callable<void(bar::*)()>(), "");
|
||||
|
||||
#ifndef CALLABLE_TRAITS_DISABLE_ARITY_RANGES
|
||||
#ifndef CALLABLE_TRAITS_DISABLE_ARITY_RANGE
|
||||
static_assert(ct::is_callable(bar{}), "");
|
||||
#endif //#ifndef CALLABLE_TRAITS_DISABLE_ARITY_RANGES
|
||||
|
||||
int main() {}
|
||||
int main() {}
|
||||
|
||||
Reference in New Issue
Block a user