| 20 | static const bool producesText = false; |
| 21 | |
| 22 | MsgPackSerializer(TWriter writer, const ResourceManager* resources) |
| 23 | : writer_(writer), resources_(resources) {} |
| 24 | |
| 25 | template <typename T> |
| 26 | enable_if_t<is_floating_point<T>::value && sizeof(T) == 4, size_t> visit( |
nothing calls this directly
no outgoing calls
no test coverage detected