| 207 | // -------------------------------------------------------------------------- |
| 208 | |
| 209 | template<typename... SS> struct StateList; |
| 210 | template<> struct StateList<> { |
| 211 | static void reset() { } |
| 212 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected