Page MenuHomeFreeBSD

D54124.diff
No OneTemporary

D54124.diff

diff --git a/sys/sys/_types.h b/sys/sys/_types.h
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -207,6 +207,10 @@
#define _CHAR16_T_DECLARED
#define _CHAR32_T_DECLARED
#endif
+/* and so is char8_t in C++20 */
+#if defined(__cplusplus) && __cplusplus >= 202002L
+#define _CHAR8_T_DECLARED
+#endif
typedef struct {
long long __max_align1

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 28, 5:06 AM (8 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34424724
Default Alt Text
D54124.diff (347 B)

Event Timeline