summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc
blob: 4007425bf74fabbf6c56e02498efaf9855680d06 (plain)
1
2
3
4
// { dg-do compile { target c++11 } }
// PR libstdc++/104174 unordered_map<const T, U, H> fails
#include <unordered_map>
std::unordered_map<const int, int, std::hash<int>> m;