this post was submitted on 19 Nov 2025
449 points (93.3% liked)

Programmer Humor

27507 readers
2160 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ulterno@programming.dev 1 points 2 days ago (1 children)

Feels like this thing should require an extra flag in case of gcc in this day and age, or a separate compile-time defined variable, specifically for cases where you don't want to require the flag.

[โ€“] marcos@lemmy.world 2 points 2 days ago

To be fair, the biggest footguns are the trigraphs, and now that I tested those do require a flag in gcc.

The digraphs are just hard to search, never used operator symbols.