URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [koenig4.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/13978namespace ns {template <class TP> void func1(TP* t);struct A {};}template < class TP >void func2() {func1( new ns::A() );}
Go to most recent revision | Compare with Previous | Blame | View Log
