| 728 | } |
| 729 | |
| 730 | inline bool operator!=(const function_base& f, |
| 731 | detail::function::useless_clear_type*) |
| 732 | { |
| 733 | return !f.empty(); |
| 734 | } |
| 735 | |
| 736 | inline bool operator==(detail::function::useless_clear_type*, |
| 737 | const function_base& f) |
nothing calls this directly
no test coverage detected