Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang 9.0.0

Options
Warnings
Boost 1.73.0
C++17
no pedantic

Author

anonymous

over 4 years ago

input.xml

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-9.0.0/include -std=c++17
prog.cc:16:22: warning: unused variable 'subTree' [-Wunused-variable]
    for (auto const& subTree : mainTree.get_child("my_report")) {
                     ^
1 warning generated.
Exit Code:
0