| 859 | namespace detail { |
| 860 | namespace function { |
| 861 | inline bool has_empty_target(const function_base* f) |
| 862 | { |
| 863 | return f->empty(); |
| 864 | } |
| 865 | |
| 866 | #if BOOST_WORKAROUND(BOOST_MSVC, <= 1310) |
| 867 | inline bool has_empty_target(const void*) |
no test coverage detected