URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [defarg13.C] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/38485
template <class Key, class T>
class QMap { };
class XMLConfigurations {
void translateToOther(QMap<int, int> match = (QMap<int, int>()));
};
Go to most recent revision | Compare with Previous | Blame | View Log