| ▲ | rezonant 2 hours ago | |
Why would that be preferable to just using an RAII style scope_exit with a lambda | ||
| ▲ | troglo-byte 2 hours ago | parent [-] | |
Meh, I was going to use the preprocessor for __LINE__ anyways (to avoid requiring a variable name) so I just made it an "old school lambda." Besides, scope_exit is in C++23 which is still opt-in in most cases. | ||