Home | History | Annotate | Download | only in m4

Lines Matching full:unordered_map

2 # unordered_map/hash_map (we prefer the first form), and what
6 # HASH_NAMESPACE to the namespace the class (unordered_map or
8 # is named unordered_map, or leave it undefined if not.
17 # First try unordered_map, but not on gcc's before 4.2 -- I've
18 # seen unexplainable unordered_map bugs with -O2 on older gcc's.
20 # error GCC too old for unordered_map
26 for location in unordered_map tr1/unordered_map; do
31 [const ${namespace}::unordered_map<int, int> t;
35 ac_cv_cxx_hash_map_class="unordered_map";])
57 [the location of <unordered_map> or <hash_map>])