From qs.il.paperinik at gmail.com Thu Jun 26 13:08:35 2025 From: qs.il.paperinik at gmail.com (Quirin Schroll) Date: Thu, 26 Jun 2025 13:08:35 +0000 Subject: first draft Reducing the legal permutations of ref-return-scope In-Reply-To: References: Message-ID: On Tuesday, 13 May 2025 at 04:23:05 UTC, Walter Bright wrote: > https://github.com/WalterBright/documents/blob/master/ReturnRefScope.md I wouldn?t use a preview switch. Just issue a deprecation warning. The fix is reordering the attributes correctly, that is a simple fix that is completely local and has no semantic ramifications. It?s in the same spirit as requiring `auto` and `ref` to be adjacent.