Language
C++
Compiler
gcc 8.3.0
Options
Warnings
Boost 1.69.0
C++2a(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.3.0/include -std=gnu++2a -pedantic Rounf(-0.5f) = 0
Rounf(-1.4f) = 0
lround(-0.5f) = -1
lround(-1.4f) = -1
Exit Code:
0