Date: Mon, 21 Sep 2026 15:56:12 +0300
On Mon, 21 Sept 2026 at 15:52, Alejandro Colomar via Std-Proposals
<std-proposals_at_[hidden]> wrote:
>
> > Date: 2026-09-21 12:04:58+0000
> > From: Liam Graham via Std-Proposals <std-proposals_at_[hidden]>
> >
> > Auto in C++ means type deduction but given readability it would be wise to re-allow "auto" as automatic storage duration back into C++
> >
> > This is tricky because auto carries C++11 compatibility now but you can make it look "auto_storage" but that wouldn't blend in well. Instead you could allow two ways "auto X" type deduction "auto int X" compiler recognises it.
>
> lol, this must surely be trolling.
The mod bit has been set.
-bofh
<std-proposals_at_[hidden]> wrote:
>
> > Date: 2026-09-21 12:04:58+0000
> > From: Liam Graham via Std-Proposals <std-proposals_at_[hidden]>
> >
> > Auto in C++ means type deduction but given readability it would be wise to re-allow "auto" as automatic storage duration back into C++
> >
> > This is tricky because auto carries C++11 compatibility now but you can make it look "auto_storage" but that wouldn't blend in well. Instead you could allow two ways "auto X" type deduction "auto int X" compiler recognises it.
>
> lol, this must surely be trolling.
The mod bit has been set.
-bofh
Received on 2026-09-21 12:56:29
