On 8/2/18 11:00 AM, Kagamin wrote:
I suppose it's mostly for mutability, so if it's const, it can be optimized based on type information only:

auto foo(in int x)
{
    return { return x + 10; };
}

I'm not sure what you mean here.

-Steve

Reply via email to