| 178 | template <Continue continue_> struct Flow<continue_> {}; |
| 179 | |
| 180 | template <auto code> struct IsBreak; |
| 181 | |
| 182 | template <typename T, Break<T> break_> struct IsBreak<break_> {}; |
| 183 |
nothing calls this directly
no outgoing calls
no test coverage detected