Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

clang HEAD 15.0.0 (https://github.com/llvm/llvm-project.git ecbcefd693dd62f9242618b3cf838565e829cc7f)

Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic

Author

anonymous

over 3 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++2b
0 == -0: true
1 == 1: true
1 == 1.0000000000000011: false
5.2000000000000002 == 5.2000000000000011: true
-6045 == -6045: true
nan == nan: false
-inf == -inf: true
1.7976931348623157e+308 == inf: false
Exit Code:
0