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