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++2a(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-6.0.1/include -std=gnu++2a
prog.cc:9:21: warning: multiple unsequenced modifications to 'x' [-Wunsequenced]
    std::cout << (x = true) << std::endl
                    ^
1 warning generated.
1
0
1
0
0
Exit Code:
0