Roland Bock <rbock@xxxxxxxxxx> writes: > using g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3 on Ubuntu-10.4, 64bit, I just > started experimenting with variadic templates. They work as expected > but I get lots of warnings of the following kind: > > DbTypes.h:198: warning: variadic templates only available with -std=c++0x or -std=gnu++0x > > > Is there a way to disable that warning without using the -std option? No. Sorry. Ian