| 541 | |
| 542 | template<typename Function, typename Functor> |
| 543 | bool |
| 544 | compare_not_equal(const Function& f, const Functor&, int, |
| 545 | true_type) |
| 546 | { return !f.empty(); } |
| 547 | |
| 548 | template<typename Function, typename Functor> |
| 549 | bool |
no test coverage detected