Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git cd1a1e62e2684a985f8e6ebcc40b67e5e7467a93) (https://github.com/llvm-mirror/llvm.git 0794ff58c3221f4dfcf38b835215d7e0b7f05c0e)

Options
Warnings
Boost 1.70.0
C++14
no pedantic

Author

anonymous

almost 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-head/include -std=c++14
prog.cc:13:24: warning: unused variable 'res' [-Wunused-variable]
    std::pair<int,int> res = DoSomething<decltype(myLambda)>(myLambda);
                       ^
1 warning generated.
Exit Code:
0