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 c1e5f7b commit 79b7751Copy full SHA for 79b7751
StringUtils.cpp
@@ -7,6 +7,14 @@
7
| SPDX-License-Identifier: GPL-2.0-or-later |
8
\*---------------------------------------------------------*/
9
10
+/*---------------------------------------------------------*\
11
+| codecvt is deprecated, but there's no replacement so we |
12
+| can ignore the warnings |
13
+\*---------------------------------------------------------*/
14
+#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
15
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
16
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
17
+
18
#include <codecvt>
19
#include <locale>
20
#include <string>
0 commit comments