#ifndef _GLIBCXX_STRING #define _GLIBCXX_STRING 1 template struct basic_string { static T _S_empty_rep_storage[]; }; template T basic_string::_S_empty_rep_storage[sizeof(T)]; #endif