| 1413 | #if defined(FU2_HAS_NO_EMPTY_PROPAGATION) |
| 1414 | template <typename T> |
| 1415 | struct use_bool_op : std::false_type {}; |
| 1416 | #elif defined(FU2_HAS_LIMITED_EMPTY_PROPAGATION) |
| 1417 | /// Implementation for use_bool_op based on the behaviour of std::function, |
| 1418 | /// propagating empty state for pointers, `std::function` and |
nothing calls this directly
no outgoing calls
no test coverage detected