Language
C++
Compiler
gcc HEAD 10.0.1 20200219 (experimental)
Options
Warnings
Boost 1.66.0
C++2a
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-head/include -std=c++2a
operator +: 1/2 + 1/6 = 2/3
operator -: 1/2 - 1/6 = 1/3
operator *: 1/2 * 1/6 = 1/12
operator /: 1/2 / 1/6 = 3
operator +: 1/2 + 1/6 = 2/3
operator -: 1/2 - 1/6 = 1/3
operator *: 1/2 * 1/6 = 1/12
operator /: 1/2 / 1/6 = 3
Exit Code:
0