Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 11.0.0 20200919 (experimental)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
-pedantic

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a -pedantic
prog.cc: In function 'int main()':
prog.cc:9:10: warning: comparison of constant '3' with boolean expression is always false [-Wbool-compare]
    9 |    if (b == 3)   // C4806
      |        ~~^~~~
Exit Code:
0