Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 14.0.0 20231228 (experimental)

Options
Don't Use Boost
C++2b(GNU)
no pedantic

$ g++ prog.cc -std=gnu++2b
P p{1, 2., "3"}
i=1 j=2 k=3

P p2 = {3, 4.}
i=3 j=4 k=

Exit Code:
0