锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
cpp -dM /dev/null
#endif
#if defined(_MSC_VER)
#endif
__gnu_cxx:hash_map
template<> struct hash< std::string > {
size_t operator()(const std::string& key) const {
return hash< const char* >()(key.c_str());
}
};
}
]]>