mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:49:08 +08:00
705764c635
* [fmt] Update to 6.1.2 * [spdlog] add patch to fix include missing * [fmt] check if file exists before file(RENAME ...) * [spdlog] bump version to 1.4.2-2 * [fmt][spdlog] Fix version number
13 lines
272 B
Diff
13 lines
272 B
Diff
diff --git a/include/fmt/format.h b/include/fmt/format.h
|
|
index 01f41f5c..208a58d0 100644
|
|
--- a/include/fmt/format.h
|
|
+++ b/include/fmt/format.h
|
|
@@ -35,6 +35,7 @@
|
|
|
|
#include "core.h"
|
|
|
|
+#pragma warning(disable:4189)
|
|
#include <algorithm>
|
|
#include <cerrno>
|
|
#include <cmath>
|