This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a way to pretty-print output for templates errors


Stephen Torri <storri@torri.org> writes:

> I have a hard time reading the template errors I get from GCC. I was
> wondering if there is a flag for the compiler so that instead of getting
> output like below. I know I failed to present this snapshot in a
> preformatted output. This was deliberate to show how hard is to read
> this on a terminal window. 

Question about compiler options are appropriate for the mailing list
gcc-help@gcc.gnu.org, not for gcc@gcc.gnu.org.  Thanks.

Unfortunately there is no such option.

Some people find the STLFilt program to be helpful:
    http://www.bdsoft.com/tools/stlfilt.html

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]