Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 14.0.0 20231230 (experimental)

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

$ g++ prog.cc -std=gnu++2b
print(string& message)
print(const string& message)
print(string&& message)

print(string& message)
print(const string& message)
print(string&& message)
Exit Code:
0