| 583 | #endif |
| 584 | |
| 585 | static inline std::string normalizeSerializedString(const std::string &in) { |
| 586 | auto ret(normalizeExponent(in)); |
| 587 | return ret; |
| 588 | } |
| 589 | |
| 590 | // --------------------------------------------------------------------------- |
| 591 |
no test coverage detected