Files
fmt/test
Gleb Mazovetskiy a8a73da7e4 Add an option to avoid wchar APIs on Windows (#3636)
With this, fmt can be used on Windows 98 and the Original Xbox with:

    set(FMT_OS OFF)

It is not exposed as a CMake option but one can define it manually
in the fmt subproject, e.g.:

    target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR)

Fixes #3631
2023-09-17 08:49:51 -07:00
..
2022-11-30 07:16:37 -08:00
2023-04-11 06:27:28 -07:00
2023-07-20 14:09:22 -07:00
2023-05-03 07:56:24 -07:00
2023-05-24 11:51:34 -07:00
2023-09-16 07:26:36 -07:00
2022-01-20 16:55:47 -08:00
2023-05-03 07:56:24 -07:00
2023-05-03 07:56:24 -07:00
2021-12-26 16:28:41 -08:00
2023-05-17 12:34:12 -07:00
2023-09-04 10:07:14 -07:00
2023-08-25 08:06:10 -07:00
2023-05-03 07:56:24 -07:00