more push_back tests

This commit is contained in:
badair
2016-04-17 15:06:14 -05:00
parent 6fcb682491
commit 7908670c42
13 changed files with 325 additions and 287 deletions

View File

@@ -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() {}