| 206 | |
| 207 | #ifndef NDEBUG |
| 208 | [[noreturn]] inline void unreachable_debug() { |
| 209 | FU2_DETAIL_TRAP(); |
| 210 | std::abort(); |
| 211 | } |
| 212 | #endif |
| 213 | |
| 214 | /// Provides utilities for invocing callable objects |
nothing calls this directly
no outgoing calls
no test coverage detected