Код: Выделить всё
string three()
{
return "three";
}
void mutate(string& ref)
{
}
int main()
{
mutate(three());
return 0;
}
Есть мысли?
Изменить:
Компиляторы опробованы: VS 2008 и VS2010 Beta
Подробнее здесь: https://stackoverflow.com/questions/134 ... -reference
Мобильная версия