#ifndef GCCXML_STACK #define GCCXML_STACK #include_next // 23.2 namespace std { using ::stack; using ::operator==; using ::operator!=; using ::operator<; using ::operator>; using ::operator<=; using ::operator>=; using ::swap; } #endif