| 62 | |
| 63 | template <typename T> |
| 64 | inline std::string toString(T arg) |
| 65 | { |
| 66 | return fmt::to_string(arg); |
| 67 | } |
| 68 | //#ifndef AX_CORE_PROFILE |
| 69 | // DEPRECATED since axmol-2.1.4, use fmt::format instead |
| 70 | std::string AX_DLL format(const char* format, ...) AX_FORMAT_PRINTF(1, 2); |
no test coverage detected