Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang 3.1

Options
Warnings
Don't Use Boost
C++11(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++11
prog.cc:20:20: warning: unused variable 'x' [-Wunused-variable]
    constexpr auto x = fun(&foo::blah);
                   ^
1 warning generated.
Exit Code:
0