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