We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e68cd commit 35f85f7Copy full SHA for 35f85f7
common/common.cpp
@@ -1,3 +1,7 @@
1
+#if defined(_MSC_VER)
2
+#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
3
+#endif
4
+
5
#include "common.h"
6
// Change JSON_ASSERT from assert() to GGML_ASSERT:
7
#define JSON_ASSERT GGML_ASSERT
src/unicode.cpp
#include "unicode.h"
#include "unicode-data.h"
0 commit comments