Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git d751f86189a7f7ef2a6fe06974a5da3349b02f20)

Options
Warnings
Optimization
Boost 1.73.0
C++11
no pedantic

$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++11
prog.cc:10:5: warning: incrementing expression of type bool is deprecated and incompatible with C++17 [-Wdeprecated-increment-bool]
   j++;
   ~^
1 warning generated.
Exit Code:
0