Same for this more complicated example: #include <string>
std::string
f (void)
{
printf ("a\n");
return "";
}
int
main (void)
{
printf ("%s\n", f ().c_str ());
}
==
Askar Safin
http://vk.com/safinaskar
Same for this more complicated example: #include <string>
std::string
f (void)
{
printf ("a\n");
return "";
}
int
main (void)
{
printf ("%s\n", f ().c_str ());
}
==
Askar Safin
http://vk.com/safinaskar