Don't change charset

This commit is contained in:
Victor Zverovich 2020-12-27 07:44:02 -08:00
parent d09b5c1453
commit c9dd1eb97d

View File

@ -245,9 +245,6 @@
#ifndef FMT_UNICODE
# define FMT_UNICODE !FMT_MSC_VER
#endif
#if FMT_UNICODE && FMT_MSC_VER
# pragma execution_character_set("utf-8")
#endif
#ifndef FMT_COMPILE_TIME_CHECKS
# define FMT_COMPILE_TIME_CHECKS 0