forked from fmtlib/fmt
Enable Unicode by default
This commit is contained in:
@ -276,7 +276,7 @@ import std;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FMT_UNICODE
|
#ifndef FMT_UNICODE
|
||||||
# define FMT_UNICODE !FMT_MSC_VERSION
|
# define FMT_UNICODE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FMT_FWD(...) static_cast<decltype(__VA_ARGS__)&&>(__VA_ARGS__)
|
#define FMT_FWD(...) static_cast<decltype(__VA_ARGS__)&&>(__VA_ARGS__)
|
||||||
|
Reference in New Issue
Block a user