Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ One could mention the annoying typename that is sometimes necessary in C++ to indicate that the following expression is a type name. $\endgroup$ Commented Mar 27, 2024 at 19:51
  • 1
    $\begingroup$ @CarstenS It's a good thought, and you're right that typename is related, but a mere mention could imply that's the only additional complication in C++, which isn't the case (see section 5.1 of my thesis for an arguably more impactful issue), and a more thorough treatment is out of scope. $\endgroup$ Commented Mar 28, 2024 at 4:04
  • $\begingroup$ Fair enough. It's just what came to my mind as a C++ programmer. $\endgroup$ Commented Mar 28, 2024 at 7:04