Re: [C++ PATCH] Fix context handling of alias declaration

2011-11-07 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix context handling of alias declaration

2011-11-07 Thread Dodji Seketeli
> There still seem to be problems printing the scope: > > namespace N > { > template using U = T*; > }; > > void f(N::U) { blah; } > > > wa.C: In function ‘void N::f(U)’: > wa.C:6:21: error: ‘blah’ was not declared in this scope > > Note how the N:: is attached to the function r