blob: 27c6db50aad369a33d865654b2195fffb682ec2c [file] [log] [blame]
// PR c++/38485
template <class Key, class T>
class QMap { };
class XMLConfigurations {
void translateToOther(QMap<int, int> match = (QMap<int, int>()));
};