[GCC-XML]GCCXML and complex C++
Brad King
brad.king at kitware.com
Mon Dec 15 09:39:36 EST 2003
On Sun, 14 Dec 2003, Niall Douglas wrote:
> The stock release of GCCXML barfs on C++ like the following:
>
> template<typename type, class next, template<class> class instance>
> struct instantiateH<typename item<type, next>, instance>
> : public instance<type>, public instantiateH<next, instance> {};
>
> ie; classes who inherit off their template parameters. I'm guessing
> this is probably GCC 3.0.4.
That's correct. The release is over a year old :( and it is GCC 3.0.4.
> I know some work has been done on getting the gccxml patch ready for GCC
> 3.4, can anyone tell me (a) how advanced this is and (b) any prebuilt
> versions around? I'm unfortunately on win32 so I understand I may need
> to patch it in myself and compile against mingw.
There is work in progress, but I do not currently have time to do another
release. A patch is available in the source tree to use GCC 3.3 for
GCC-XML but no release contains this pre-built right now.
-Brad
More information about the gccxml
mailing list