URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [alias-decl-11.C] - Rev 693
Compare with Previous | Blame | View Log
// { dg-options "-std=c++0x" }
namespace N
{
template <class T> using U = T*;
};
void f(N::U<int>) { blah; } // { dg-error "void f(N::U<int>)|not declared" }