Currently I've written up some C++11 code that uses variadic templates to allow for a variable number of arguments with type information. This code works fine as is, but now I've realized that ...