| 722 | |
| 723 | #ifndef BOOST_NO_SFINAE |
| 724 | inline bool operator==(const function_base& f, |
| 725 | detail::function::useless_clear_type*) |
| 726 | { |
| 727 | return f.empty(); |
| 728 | } |
| 729 | |
| 730 | inline bool operator!=(const function_base& f, |
| 731 | detail::function::useless_clear_type*) |
nothing calls this directly
no test coverage detected