Author
anonymous
over 4 years ago
C++
gcc 7.3.0
$ 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&&)