Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180722 (experimental)

Options
Warnings
Boost 1.67.0
C++17
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:6:18: warning: division by zero [-Wdiv-by-zero]
     std::cout<<(d/0)<<std::endl;
                 ~^~
inf
Exit Code:
0