Author
anonymous
almost 8 years ago
$
prog.cc:11:19: warning: unused variable 'x' [-Wunused-variable] constexpr int x = unwrap(i); ^ prog.cc:10:18: warning: unused variable 'l' [-Wunused-variable] constexpr auto l = [i]() { ^ 2 warnings generated.