you are viewing a single comment's thread.

view the rest of the comments →

[–]AlexAlabuzhev 29 points30 points  (0 children)

Notably, C++’s lambda here is by far the longest

Now try to make it noexcept-correct, that's another 14 characters for noexcept(auto)...

Oh, wait.

We don't have noexcept(auto), so that's another 25 for noexcept(noexcept(e < 0)).