Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.1 20190128 (experimental)

Options
Warnings
Boost 1.68.0
C++17(GNU)
no pedantic
Raw compiler options
-O3

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=gnu++17 -O3
single argument:
foo(a) is called.
foo(a) is called.

multi arguments:
foo(a,c) is called.
foo(a,test) is called.
foo(a,hello) is called.
foo(a,test) is called.
foo(a,hello) is called.
foo(a,hello) is called.
foo(a,test with many parameters) is called.
Exit Code:
0