Author
anonymous
almost 8 years ago
$
prog.cc: In function 'int main()': prog.cc:14:20: warning: variable 'z' set but not used [-Wunused-but-set-variable] constexpr auto z = f<int, 3>(); ^