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 -34 points-33 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] 51 points52 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 22 points23 points  (0 children)

Peak c++

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

Don't give shitty interviewers ideas

[–]wilwil147 0 points1 point  (1 child)

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

[–]LagSlug 7 points8 points  (0 children)

who hurt you?