[GCC-XML]GCCXML and complex C++
Niall Douglas
s_sourceforge at nedprod.com
Sun Dec 14 12:54:21 EST 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
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.
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.
Any advice much appreciated. This is to get pyste in boost.python
working BTW.
Cheers,
Niall
-----BEGIN PGP SIGNATURE-----
Version: idw's PGP-Frontend 4.9.6.1 / 9-2003 + PGP 8.0.2
iQA/AwUBP9yjzsEcvDLFGKbPEQIl3gCg0lEBTmoTKmlnO7G3DRO9JiI8/RgAoPO5
OpTTrh3oG+SGOZEllTbYH5Pl
=p4Tr
-----END PGP SIGNATURE-----
More information about the gccxml
mailing list