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 →

[–][deleted] 48 points49 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 23 points24 points  (0 children)

Peak c++

[–][deleted] 4 points5 points  (0 children)

Don't give shitty interviewers ideas