| 240 | struct formatZeroIntegerWorkaround |
| 241 | { |
| 242 | static bool invoke(std::ostream& /**/, const T& /**/) { return false; } |
| 243 | }; |
| 244 | template<typename T> |
| 245 | struct formatZeroIntegerWorkaround<T,true> |
nothing calls this directly
no outgoing calls
no test coverage detected