Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc 4.8.1

Options
Warnings
Boost 1.64.0
C++1y(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ 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);
                    ^
Exit Code:
0