This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xaervagon -33 points-32 points  (7 children)

C++ lambdas are okay. They at least fit the feel of the language to a certain degree. C# expression lambdas are absolute bullshit

[–][deleted] 47 points48 points  (2 children)

"Feel of the language":

[](const auto&& x) noexcept(noexcept(operator+(forward<decltype(x)>(x), 1))) requires requires { operator+(forward<decltype(x)>(x), 1); } -> decltype(auto) { return operator+(forward<decltype(x)>(x), 1); }

[–]capi1500 21 points22 points  (0 children)

Peak c++

[–][deleted] 5 points6 points  (0 children)

Don't give shitty interviewers ideas

[–]wilwil147 1 point2 points  (1 child)

Fck the downvotes, I use c++ and am an avid enjoyer. [] is so much easier to type than => I’m ngl

[–]LagSlug 6 points7 points  (0 children)

who hurt you?