On 9/18/20 4:30 PM, drug wrote:
Can't you put a var on the stack?
```
auto instance = create();
instance
         .do_lazy()
         .do_something();
```

Ah, I totally missed your point. Now I see you can't...

Reply via email to