C++ Logo

std-proposals

Advanced search

Re: [std-proposals] return value lives until end of scope

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Sat, 23 May 2026 08:25:00 +0000
    p->next.next = nullptr;
>


p->next->next = nullptr;

Received on 2026-05-23 08:25:05