Enable Unicode by default

This commit is contained in:
Victor Zverovich 2024-05-10 18:27:45 -07:00
parent 8db8f22490
commit 1dc71f21ea

View File

@ -276,7 +276,7 @@ import std;
#endif
#ifndef FMT_UNICODE
# define FMT_UNICODE !FMT_MSC_VERSION
# define FMT_UNICODE 1
#endif
#define FMT_FWD(...) static_cast<decltype(__VA_ARGS__)&&>(__VA_ARGS__)