Код: Выделить всё
void Test()
{
auto str = __FUNCTION__ "." "Description";
}
Код: Выделить всё
.Код: Выделить всё
clang error: expected ';' at end of declaration
Подробнее здесь: https://stackoverflow.com/questions/791 ... n-in-clang
Код: Выделить всё
void Test()
{
auto str = __FUNCTION__ "." "Description";
}
Код: Выделить всё
.Код: Выделить всё
clang error: expected ';' at end of declaration