| 13970 | ///////////// |
| 13971 | |
| 13972 | static constexpr CharType get_msgpack_float_prefix(float /*unused*/) |
| 13973 | { |
| 13974 | return to_char_type(0xCA); // float 32 |
| 13975 | } |
| 13976 | |
| 13977 | static constexpr CharType get_msgpack_float_prefix(double /*unused*/) |
| 13978 | { |
nothing calls this directly
no outgoing calls
no test coverage detected