Language
C++
Compiler
clang 9.0.0
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
BAR: Initializer list of float, size 3
BAR: Initializer list of initializer list of float, size 1
BAR: Vector of float, size 5
BAR: Initializer list of vector of float, size 1
Exit Code:
0