Re: C++ PATCH to improve 'aka's on type printing in diagnostics

2011-07-04 Thread Gabriel Dos Reis
Jason Merrill ja...@redhat.com writes: | On 06/14/2011 01:38 PM, Jason Merrill wrote: | While I was at it, I've also tweaked the compiler to also print the | typedef-stripped version of a type when appropriate, which should help | with understanding template error messages. | | I noticed that

Re: C++ PATCH to improve 'aka's on type printing in diagnostics

2011-07-04 Thread Jason Merrill
I thought of a different way to do it that would stay encapsulated in type_as_string, so this is the version I'm going to check in. Tested x86_64-pc-linux-gnu, applying to trunk. commit 689a3e58f4eebbcdafec81f06e8af699045fff3a Author: Jason Merrill ja...@redhat.com Date: Fri Jul 1 00:16:46

Re: C++ PATCH to improve 'aka's on type printing in diagnostics

2011-07-04 Thread Gabriel Dos Reis
Jason Merrill ja...@redhat.com writes: | I thought of a different way to do it that would stay encapsulated in | type_as_string, so this is the version I'm going to check in. OK, thanks. -- Gaby