mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Enable Unicode by default
This commit is contained in:
parent
8db8f22490
commit
1dc71f21ea
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user