repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg13.C
blob
27c6db50aad369a33d865654b2195fffb682ec2c
1
// PR c++/38485
2
3
template <class Key, class T>
4
class QMap { };
5
6
class XMLConfigurations {
7
void translateToOther(QMap<int, int> match = (QMap<int, int>()));
8
};