Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 3 years ago

Language

C++

Compiler

gcc HEAD 13.0.0 20220525 (experimental)

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
Raw compiler options
-Wno-unused-parameter

Author

anonymous

about 3 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors -Wno-unused-parameter
template<const char **str>: Hello world!
template<const char *str>: Hello another world!
Exit Code:
0