On Wednesday, 21 January 2015 at 08:22:44 UTC, Per Nordlöw wrote:
    int x;
    auto ref xr;

Correction: I, of course mean,

    int x = 42;
    auto ref xr = x;

Reply via email to