2020-01-07 06:46:57 +08:00
|
|
|
diff --git a/include/fmt/format.h b/include/fmt/format.h
|
2020-04-09 02:25:59 +00:00
|
|
|
index 4e96539..0f1d179 100644
|
2020-01-07 06:46:57 +08:00
|
|
|
--- a/include/fmt/format.h
|
|
|
|
+++ b/include/fmt/format.h
|
2021-07-01 08:26:35 -07:00
|
|
|
@@ -33,6 +33,9 @@
|
2020-04-09 02:25:59 +00:00
|
|
|
#ifndef FMT_FORMAT_H_
|
|
|
|
#define FMT_FORMAT_H_
|
2021-07-01 08:26:35 -07:00
|
|
|
|
|
|
|
+#ifdef _MSC_VER
|
2020-01-07 06:46:57 +08:00
|
|
|
+#pragma warning(disable:4189)
|
2021-07-01 08:26:35 -07:00
|
|
|
+#endif
|
2020-01-07 06:46:57 +08:00
|
|
|
#include <algorithm>
|
2020-03-03 01:35:36 +08:00
|
|
|
#include <cerrno>
|
2020-01-07 06:46:57 +08:00
|
|
|
#include <cmath>
|