| 567 | {} |
| 568 | |
| 569 | void perform_test( |
| 570 | ) |
| 571 | { |
| 572 | test_functions(); |
| 573 | test_lambdas(); |
| 574 | test_member_functions_and_data(); |
| 575 | test_return_types(); |
| 576 | test_make_from_tuple(); |
| 577 | test_invoke_r(); |
| 578 | test_constexpr(); |
| 579 | test_bind_front(); |
| 580 | test_bind_back(); |
| 581 | test_callable_traits::test(); |
| 582 | } |
| 583 | } a; |
| 584 | } |
nothing calls this directly
no test coverage detected