Lines Matching refs:hash_map
1 # We check two things: where the include file is for hash_map, and
2 # what namespace hash_map lives in within that include file. We
5 # on location, and HASH_NAMESPACE to be the namespace hash_map is
14 [AC_MSG_CHECKING(the location of hash_map)
19 for location in [tr1/unordered_map ext/hash_map hash_map]; do
21 for name in [unordered_map hash_map]; do
28 # implementation and avoid using it. Note that ext/hash_map works
43 AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map])
46 [the location of <hash_map>])
54 [the namespace of hash_map/hash_set])
58 AC_MSG_WARN([could not find an STL hash_map])