Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 11.0.0 20200911 (experimental)

Options
Warnings
Optimization
Boost 1.73.0
C++11
no pedantic

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:10:4: warning: use of an operand of type 'bool' in 'operator++' is deprecated [-Wdeprecated]
   10 |    j++;
      |    ^
Exit Code:
0