]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/include/c_std/bits/std_cstring.h
std_cwchar.h: Remove size_t injection, include std_cstddef.
[gcc.git] / libstdc++-v3 / include / c_std / bits / std_cstring.h
index 850c4d312aca0390fc49a0c469c0cf3fabfef54b..5ad06ee9e9ac87e8bc53d8e35a707a0c3e7e1042 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef _CPP_CSTRING
 #define _CPP_CSTRING 1
 
+#include <bits/std_cstddef.h>
+
 #pragma GCC system_header
 #include_next <string.h>
 
@@ -63,8 +65,6 @@
 
 namespace std 
 {
-  using ::size_t;      // cstddef
-
   using ::memcpy;
   using ::memmove;
   using ::strcpy;
This page took 0.02846 seconds and 5 git commands to generate.