URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [char1.C] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
template <class CharType, CharType line_terminator = 0>
class String {};
String<char, 255> s;
Go to most recent revision | Compare with Previous | Blame | View Log