Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang 6.0.1

Options
Warnings
Boost 1.68.0
C++17
no pedantic
Raw compiler options
-Wall -Wextra

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-6.0.1/include -std=c++17 -Wall -Wextra
prog.cc:4:18: warning: unused variable '[key, val]' [-Wunused-variable]
for( auto const& [key, val] : MapCollection )
                 ^
1 warning generated.
Exit Code:
0