On Thursday 26 of April 2012, Tomáš Chvátal wrote: > Hi guys, > > Some users in Gentoo are reporting weird issue in l10ntools when using > gcc-4.4. > > Please see the attached log for the issue. > > Any idea how to resolve it?
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&) Assuming that gcc is not just lazy to report the signature properly, this is wrong, there is const missing in the argument, and that's most probably causing the problem. But I do not see any such operator there in the source, so it looks like the autogenerated operator is wrong, i.e. compiler bug. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
