Language
C++
Compiler
gcc 8.2.0
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wnarrowing
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/gcc-8.2.0/include -std=gnu++2a -Wnarrowing
{
{1, 2, 3}
{4, 5, 6}
}
Exit Code:
0