Re: [C++ PATCH] Fix context handling of alias declaration
OK. Jason
[C++ PATCH] Fix context handling of alias declaration
> 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