math: fix undefined shift in logf
[musl] / include / uchar.h
index 8dabf1e..7e5c4d4 100644 (file)
@@ -3,7 +3,9 @@
 
 #ifdef __cplusplus
 extern "C" {
-#else
+#endif
+
+#if __cplusplus < 201103L
 typedef unsigned short char16_t;
 typedef unsigned char32_t;
 #endif