Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Don't Use Boost
Compiler Default
no pedantic

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra
prog.cc: In function 'int main()':
prog.cc:12:14: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare]
   12 |  return 42ul > numeric_limits<long>::max();
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exit Code:
0