1 // { dg-do compile { target c++11 } }
3 #include <unordered_map>
10 std::unordered_map
<S
, int> m
; // { dg-error "here" }
13 // { dg-error "hash function must be copy constructible" "" { target *-*-* } 0 }
14 // { dg-prune-output "use of deleted function" }
15 // { dg-prune-output "is private" }
16 // { dg-prune-output "no matching function" }