[GCC-XML] gccxml-bodies: iostream: "sorry, unimplemented"
Brad King
brad.king at kitware.com
Tue Jun 17 16:36:17 EDT 2008
dj at djlauk.de wrote:
> So, I updated, to the tag you sent me. -- Thanks again for that!
>
> Unfortunately I still get the "sorry, unimplemented" error messages.
>
> I used gcc/g++ 3.4 as well as 3.3 to compile the sources.
> Same errors using both compilers.
>
> Any other hints?
It looks like the errors are coming from conversion of an expression to
a string. Since not all expressions need to be converted to strings
just for producing error messages GCC does not support all expressions.
You'll have to figure out why my/your code is asking it to do string
conversion on such an expression.
-Brad
More information about the gccxml
mailing list