This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Degraded C++ error messages.
On Sunday 09 November 2003 12:09 am, Gabriel Dos Reis wrote:
> | a type is a type,
> | there is little you can change about that. At most you can
> | think of printing the template parameters seperatedly, and
> | using standard or user defined typedefs to compress the type
> | that is printed. Ie, instead of printing
> | std::basic_string<char, std::char_traits<char>, std::allocator<blah blah
> | blah... why not just print 'std::string'?
>
> Can you submit a patch?
>
> -- Gaby
There's always STLfilt, which does this sort of thing in a post-processing
step. I'm surprised it hasn't yet been mentioned:
http://www.bdsoft.com/tools/stlfilt.html
Doug