Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

21 days ago

Language

C++

Compiler

gcc HEAD 16.0.0 20251223 (experimental)

Options
Warnings
Don't Use Boost
C++2b
no pedantic
Raw compiler options
-lstdc++exp -g

Author

anonymous

21 days ago

$ g++ prog.cc -Wall -Wextra -std=c++2b -lstdc++exp -g
--- make_tuple + null_field ---
t1 size: 3
--- unroll_to_tuple: remove first element ---
u2 size: 2
--- unroll_to_tuple: insert 42 at position 1 ---
u3: (3.14, 42, 1, 2)
--- each_in_tuple ---
t4[0] = apple
t4[1] = banana
t4[2] = cherry
--- array -> tuple ---
t5[0] = 10
t5[1] = 20
t5[2] = 30
Exit Code:
0