| 37 | } |
| 38 | |
| 39 | void setlocale(std::locale locale) |
| 40 | { |
| 41 | m_locale = locale; |
| 42 | } |
| 43 | |
| 44 | template <typename B, typename I, unsigned int F> |
| 45 | void test_conversion(const std::string& text, fpm::fixed<B, I, F> expected, const std::string& expected_remaining = "") |
nothing calls this directly
no outgoing calls
no test coverage detected