Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

3 months ago

Language

C++

Compiler

gcc HEAD 15.0.1 20250316 (experimental)

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

Author

anonymous

3 months ago

$ g++ prog.cc -std=gnu++2b
f((int)NULL);
f(int a)
f(0)

f((void*)NULL);
f(void* a)
f(0)

f(nullptr);
f(void* a)
f(0)

Exit Code:
0