Author
anonymous
almost 7 years ago
C++
gcc 4.8.1
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.8.1/include -std=gnu++1y
prog.cc: In member function 'void foo::x()': prog.cc:20:20: warning: variable 'x' set but not used [-Wunused-but-set-variable] constexpr auto x = fun(&foo::blah); ^