Please dont take this seriously guys its just a dumb meme I haven’t written a single line of code in half of these languages
You are viewing a single thread.
View all comments 1 point
*
C:
Problem
→ return Solution;
C++:
Problem
→
const [auto]&& (Problem&& problem) noexcept(noexcept( Solution<Problem>{}(std::forward<Problem>(problem)) )) { return Solution<Problem>{}(std::forward<Problem>(problem)); } -> decltype( Solution<Problem>{}(std::forward<Problem>(problem)) )
1 point