URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend41.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/26912struct Foo {template<class T> int func() const;};class Bar {friend int Foo::func<int>() const;};
Go to most recent revision | Compare with Previous | Blame | View Log
