| 165 | }; |
| 166 | |
| 167 | template <typename... Code> struct Block { |
| 168 | bundle::Bundle<Code...> code; |
| 169 | }; |
| 170 | |
| 171 | // These workarounds are unnecessary in clang, but my channel isn't called the |
| 172 | // animated closure of g. |
nothing calls this directly
no outgoing calls
no test coverage detected