| 6781 | |
| 6782 | JSON_HEDLEY_NON_NULL(2) |
| 6783 | static void strtof(float& f, const char* str, char** endptr) noexcept |
| 6784 | { |
| 6785 | f = std::strtof(str, endptr); |
| 6786 | } |
| 6787 | |
| 6788 | JSON_HEDLEY_NON_NULL(2) |
| 6789 | static void strtof(double& f, const char* str, char** endptr) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected