Author
anonymous
over 8 years ago
$
prog.cc: In function 'int main()': prog.cc:32:10: warning: variable 'pack' set but not used [-Wunused-but-set-variable] auto pack = build_pack_t<2, int, double, char, long>(); ^~~~