#include #include /*----------------------------------------*/ struct connection_t { connection_t() {} }; vector connections; /*----------------------------------------*/ int main() { ostrstream str; connections.insert(connections.end(), connection_t()); return 0; }