mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-12 12:02:24 +00:00
code cleanup
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user