#ifndef GCCXML_CSTDDEF #define GCCXML_CSTDDEF #include_next // 18.1/2 namespace std { using ::ptrdiff_t; using ::size_t; } #endif