| 364 | return fmt::format(FMT_STRING("{:g}"), base); |
| 365 | } |
| 366 | auto generic_system_string() const -> std::string { return generic_string(); } |
| 367 | }; |
| 368 | |
| 369 | #endif // FMT_CPP_LIB_FILESYSTEM |
nothing calls this directly
no outgoing calls
no test coverage detected