hanchenye-llvm-project/llvm/include/Support/hash_map

7 lines
102 B
Plaintext

#if __GNUC__ == 3
#include <ext/hash_map>
using __gnu_cxx::hash_map;
#else
#include <hash_map>
#endif