code cleanup

This commit is contained in:
badair
2016-04-01 12:44:38 -05:00
parent c097a46936
commit 49e2b87156
37 changed files with 389 additions and 530 deletions

View File

@@ -31,7 +31,4 @@ static_assert(ct::can_invoke_constexpr(pmf_constant{}, foo{}, 0), "");
// foo::bar is constexpr, the arguments do not obey INVOKE rules
static_assert(!ct::can_invoke_constexpr(pmf_constant{}, foo{}), "");
// Don't forget that all arguments to can_invoke_constexpr
// must be trivially default constructible
int main() { return 0; }