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 :/