| 16217 | ///////////// |
| 16218 | |
| 16219 | static constexpr CharType get_msgpack_float_prefix(float /*unused*/) |
| 16220 | { |
| 16221 | return to_char_type(0xCA); // float 32 |
| 16222 | } |
| 16223 | |
| 16224 | static constexpr CharType get_msgpack_float_prefix(double /*unused*/) |
| 16225 | { |
nothing calls this directly
no outgoing calls
no test coverage detected