blob: 8b71eca26974c3c0eb9526edc9885b9ca9e6780e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
diff --git a/cppyy_backend/include/strlcpy.h b/cppyy_backend/include/strlcpy.h
index 460ac9e..c227c05 100644
--- a/cppyy_backend/include/strlcpy.h
+++ b/cppyy_backend/include/strlcpy.h
@@ -23,8 +23,8 @@
extern "C" {
#endif
-size_t strlcpy(char *dst, const char *src, size_t siz);
-size_t strlcat(char *dst, const char *src, size_t siz);
+// size_t strlcpy(char *dst, const char *src, size_t siz);
+// size_t strlcat(char *dst, const char *src, size_t siz);
#ifdef __cplusplus
}
diff --git a/cppyy_backend/etc/dictpch/allHeaders.h b/cppyy_backend/etc/dictpch/allHeaders.h
index bb14e4f..70db0aa 100644
--- a/cppyy_backend/etc/dictpch/allHeaders.h
+++ b/cppyy_backend/etc/dictpch/allHeaders.h
@@ -253,9 +253,9 @@
#if __has_include("string_view")
#include <string_view>
#endif
-#if __has_include("charconv")
-#include <charconv>
-#endif
+// #if __has_include("charconv")
+// #include <charconv>
+// #endif
#if __has_include("filesystem")
#include <filesystem>
#endif
|