On Saturday, 19 November 2022 at 15:02:54 UTC, Nick Treleaven wrote:
OK, so how do I make `lf` implicitly scope?

By explicit/implicit I just meant this:

----
scope explicit = new int;
int x;
auto implicit = &x;
----

That's probably not helping with whatever you want to accomplish.

Reply via email to