Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Boost 1.70.0
C++11
no pedantic

Author

anonymous

about 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=c++11
prog.cc:6:39: warning: unused parameter 'k' [-Wunused-parameter]
    std::size_t operator()(const int& k) const {
                                      ^
1 warning generated.
2
64
Exit Code:
0