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