
26 Aug
2010
26 Aug
'10
2:25 p.m.
On Thu, Aug 26, 2010 at 8:43 AM, Roland Bock <rbock@eudoxos.de> wrote: [...]
In the meantime, I found that variadic templates work just fine in gcc-4.4, even without the -std=c++0x option, but they emit warnings. According to the gcc mailing list, these cannot be suppressed (except by turning on said option). So maybe, I'll turn on that option for those parts of the code which actually need the variadic templates and turn it off otherwise...
Completely untested, so I have no idea if it actually works, but... did you try putting the GCC __extension__ keyword on the offending line? -- gpd