Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc 13.2.0

Options
Boost 1.83.0
C++2b(GNU)
no pedantic

$ g++ prog.cc -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b
prog.cc: In function 'int main()':
prog.cc:23:15: error: too many initializers for 'Y'
   23 |     Y yy{1,2,3}; //error
      |               ^
Exit Code:
1