Lines Matching refs:hash_map
2 # unordered_map/hash_map (we prefer the first form), and what
3 # namespace unordered/hash_map lives in within that include file. We
7 # hash_map) is in. We define HAVE_UNORDERED_MAP if the class we found
13 AC_MSG_CHECKING(the location of hash_map)
39 # Now try hash_map
40 for location in ext/hash_map hash_map; do
44 [${namespace}::hash_map<int, int> t],
47 ac_cv_cxx_hash_map_class="hash_map";])
54 AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map])
57 [the location of <unordered_map> or <hash_map>])
61 [the namespace of hash_map/hash_set])
63 [the name of <hash_map>])
69 AC_MSG_WARN([could not find an STL hash_map])