Test: reference_to_temporary.cpp reference_to_temporary.cpp: In member function 'const std::string& Config::getAppName()': reference_to_temporary.cpp:9:16: warning: returning reference to temporary [-Wreturn-local-addr] 9 | return "MyApplication"; // temporary destroyed at end of statement | ^~~~~~~~~~~~~~~