Language
C++
Compiler
gcc HEAD 10.0.0 20191126 (experimental)
Options
Warnings
Boost 1.70.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++17 vector of points: {0 0}{1 1}
list of points: {2 2}{3 3}
vector of pointers to point: {4 4}{5 5}
Exit Code:
0