I\'m trying to use brace-enclosed initializer lists in a variadic template function, but the compiler complains... am I asking too much or did I do something wrong?
A brace enclosed initializer list cannot be forwarded, so you are unfortunately out of luck.