[GCC-XML] types for members incorrect when mixing typdef and templated classes

2009-05-18 Thread Matt Grasse
Hi, I just started using GCCXML and am quite happy with it. But I have encountered a small problem that I'd like to report. The issue is that if member of a template class has the member's type defined with a typedef, GCCXML does not report the typedef, but instead the actual type. Here's

Re: [GCC-XML] types for members incorrect when mixing typdef and templated classes

2009-05-18 Thread Matt Grasse
Thanks for the info. Guess we'll just make do without the typedef. Matt -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Monday, May 18, 2009 9:55 AM To: Matt Grasse Cc: gccxml@gccxml.org Subject: Re: [GCC-XML] types for members incorrect when mixing typde