#include #include int main(int argc, char **argv) { const __gnu_cxx::hash_map a; const __gnu_cxx::hash_set b; a.find(1); b.find(1); }