Language
C++
Compiler
gcc 8.2.0
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/gcc-8.2.0/include -std=gnu++2a
Forename: John
Surname: Smith
Department: Sales
Telephone: 555-1234
Forename: Mary
Surname: Jones
Department: Wages
Telephone: 555-9876
Forename: Paul
Surname: Harris
Department: Accts
Telephone: 555-4321
Exit Code:
0