Language
C++
Compiler
gcc HEAD 10.0.0 20191015 (experimental)
Options
Warnings
Optimization
Boost 1.71.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.71.0/gcc-head/include -std=gnu++2a
UseArray completed in 1.408 seconds
UseVector completed in 1.407 seconds
UseVectorPushBack completed in 3.478 seconds
The whole thing completed in 6.295 seconds
Exit Code:
0