Re: [PATCH v2 0/2] Lock and Pointer guards

From: Peter Zijlstra
Date: Thu Jun 08 2023 - 14:52:21 EST


On Thu, Jun 08, 2023 at 10:20:19AM -0700, Nick Desaulniers wrote:
> Presumably, one could simply just not use RAII(/SBRM someone else
> corrected me about this recently coincidentally; I taught them my fun
> C++ acronym IDGAF) when working with a value that conditionally
> "escapes" the local scope.

But then you're back to the error goto :/