Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 14.0.0 20231227 (experimental)

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

$ g++ prog.cc -Wall -Wextra -std=gnu++2b
tuple<int,float, string> t(2018,4.11, "Khri$ha")
[2018,4.11,Khri$ha]

tuple<int> t2(1975)
[1975]
Exit Code:
0