Hacker News new | ask | show | jobs
by rezonant 179 days ago
Why would that be preferable to just using an RAII style scope_exit with a lambda
1 comments

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.