Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 47f7c9f1a774a48d11a686ab754f5a4b5342f5f5) (https://github.com/llvm-mirror/llvm.git b044a64d2770dbaeb9d29ae24c8edf36b3cd6fa6)
Options
Warnings
Don't Use Boost
C++11
no pedantic
Raw compiler options
printADouble.cc
$ clang++ prog.cc -Wall -Wextra -std=c++11 printADouble.cc
printADouble(): 5.55042e-315
Surprised? :-)
Exit Code:
0