#include #include using namespace std; namespace hello { void say_hello_formatted (ostream& o, const string& h) { print::print_hello (o, h); } }