Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

gcc 7.3.0

Options
Warnings
Don't Use Boost
C++14
no pedantic

Author

anonymous

almost 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++14
Calling foo() on: Hello World
foo(const string&)
Calling foo() on: Hello World Ref Ref
foo(string&&)
Exit Code:
0